<?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 process with failover in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12360#M5080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That seems to be true and a valid point, but never the less he could (should) have found it himself.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thats true, my mistake, sorry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 16:46:16 GMT</pubDate>
    <dc:creator>lstrzelecki</dc:creator>
    <dc:date>2011-03-17T16:46:16Z</dc:date>
    <item>
      <title>Activiti process with failover</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12354#M5074</link>
      <description>Hi, I'm evaluating activiti. At start I have requirement of failover. So I ask first.I have process with chain of serviceTasks (spring beans, which invoke external systems). I want save state of process while walk through every serviceTask in process. When process will be loaded after restart it wil</description>
      <pubDate>Mon, 14 Mar 2011 23:01:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12354#M5074</guid>
      <dc:creator>lstrzelecki</dc:creator>
      <dc:date>2011-03-14T23:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process with failover</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12355#M5075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The functionality you need for this is called 'async continuations', which we havent implemented yet. By putting an async continuation on each of the service tasks, whenever an error occurs, the process will be persisted with as current state the last successful service task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A current workaround to implement async continuations, is to use a combination of wait states + a queue that signals back to the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So each service task is then a 'receive task + service task'. When the receive task is reached, send out a message to a queueu. The process instance is now persisted. Upon arrival of the message in the queue, send a 'signal' back to the process instance using the execution id of the wait state. That matches exactly the behavior you want.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 09:23:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12355#M5075</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-03-15T09:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process with failover</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12356#M5076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for quick reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try workaround, nevertheless i have question about:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-126" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-126&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any plans to implement that, in close future? Any road map? For me it is critical, becouse every invoke of external service (spring bean in servcie task) could be done once.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 22:26:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12356#M5076</guid>
      <dc:creator>lstrzelecki</dc:creator>
      <dc:date>2011-03-15T22:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process with failover</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12357#M5077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there any plans to implement that, in close future? Any road map?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes there is.. In the community section… Searching for it is another option to see if it is there&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 07:34:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12357#M5077</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-03-16T07:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process with failover</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12358#M5078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, if you talk about:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.codehaus.org/display/ACT/Roadmap" rel="nofollow noopener noreferrer"&gt;http://docs.codehaus.org/display/ACT/Roadmap&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it hasn't been updated for a while &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 09:03:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12358#M5078</guid>
      <dc:creator>mproch</dc:creator>
      <dc:date>2011-03-16T09:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process with failover</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12359#M5079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think it hasn't been updated for a while&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That seems to be true and a valid point, but never the less he could (should) have found it himself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 10:33:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12359#M5079</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-03-16T10:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process with failover</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12360#M5080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That seems to be true and a valid point, but never the less he could (should) have found it himself.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thats true, my mistake, sorry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 16:46:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-with-failover/m-p/12360#M5080</guid>
      <dc:creator>lstrzelecki</dc:creator>
      <dc:date>2011-03-17T16:46:16Z</dc:date>
    </item>
  </channel>
</rss>

