<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Activiti tasks as web flow in a webapp in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26349#M13088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just been trying this out - so I have a user task, that I can complete programmatically, works really well thanks&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the following part of the flow is an exclusive gateway, which depends on the user's input, is the way to do this to create a service task between the user task and the gateway to extract the variables?&amp;nbsp; Or is there a better way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jan 2011 11:28:36 GMT</pubDate>
    <dc:creator>antonylees</dc:creator>
    <dc:date>2011-01-24T11:28:36Z</dc:date>
    <item>
      <title>Activiti tasks as web flow in a webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26346#M13085</link>
      <description>Hi allI'm thinking of using Activiti as a webflow/workflow engine for a webapp I'm designing.&amp;nbsp; I can implement it so that the first request sets off the process but at some point a task will need user input in order to proceed.&amp;nbsp; The engine would then need to decide on the next task based on the inpu</description>
      <pubDate>Thu, 20 Jan 2011 16:10:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26346#M13085</guid>
      <dc:creator>antonylees</dc:creator>
      <dc:date>2011-01-20T16:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti tasks as web flow in a webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26347#M13086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If a process is waiting in a user-task, you can just complete the task, which 'signals' the execution to move further. You can pass the variables you collected from the user too, so you can eg. make gatewa decisions based on what the user put in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;taskService.completeTask(taskId);&lt;BR /&gt;taskService.completeTask(taskId, variables);&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:21:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26347#M13086</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-01-20T16:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti tasks as web flow in a webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26348#M13087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds ideal!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Antony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:23:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26348#M13087</guid>
      <dc:creator>antonylees</dc:creator>
      <dc:date>2011-01-20T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti tasks as web flow in a webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26349#M13088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just been trying this out - so I have a user task, that I can complete programmatically, works really well thanks&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the following part of the flow is an exclusive gateway, which depends on the user's input, is the way to do this to create a service task between the user task and the gateway to extract the variables?&amp;nbsp; Or is there a better way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 11:28:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26349#M13088</guid>
      <dc:creator>antonylees</dc:creator>
      <dc:date>2011-01-24T11:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti tasks as web flow in a webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26350#M13089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, ignore that one, I answered my own question I think - the variables get passed through the flow from one task to another?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 12:33:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26350#M13089</guid>
      <dc:creator>antonylees</dc:creator>
      <dc:date>2011-01-24T12:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti tasks as web flow in a webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26351#M13090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The variables that are passed when the task is completed, are stored on the process-instance. The next task in that process will have access to it, indeed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 12:48:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26351#M13090</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-01-24T12:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti tasks as web flow in a webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26352#M13091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brilliant, thanks&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 13:02:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-tasks-as-web-flow-in-a-webapp/m-p/26352#M13091</guid>
      <dc:creator>antonylees</dc:creator>
      <dc:date>2011-01-24T13:02:29Z</dc:date>
    </item>
  </channel>
</rss>

