<?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: How to persist process state between 2 JavaDelegates? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61096#M37860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer, Roland. Do you mean by waitstate the Java receive task? (&lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/index.html#bpmnReceiveTask" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/index.html#bpmnReceiveTask&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't see a way to specify a timeout there. Or are you refering to a Timer Boundary Event?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2011 18:04:18 GMT</pubDate>
    <dc:creator>seb2013</dc:creator>
    <dc:date>2011-07-22T18:04:18Z</dc:date>
    <item>
      <title>How to persist process state between 2 JavaDelegates?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61094#M37858</link>
      <description>Dear community,I hava a simple setup with 2 JavaDelegates in sequence. If an exception is thrown in the 2nd class, the workflow stops as expected. If I start the excecution with the same business-key again, the 1st and 2nd task will be executed. So Activiti starts from beginning again. What I need i</description>
      <pubDate>Fri, 22 Jul 2011 14:57:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61094#M37858</guid>
      <dc:creator>seb2013</dc:creator>
      <dc:date>2011-07-22T14:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to persist process state between 2 JavaDelegates?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61095#M37859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you either have to include a (non-functional) waitstate for this e.g. with a timeout on it of 1 second, or wait for the 'async' functionality (&lt;/SPAN&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;SPAN&gt;) to be implemented.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 15:38:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61095#M37859</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-22T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to persist process state between 2 JavaDelegates?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61096#M37860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer, Roland. Do you mean by waitstate the Java receive task? (&lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/index.html#bpmnReceiveTask" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/index.html#bpmnReceiveTask&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't see a way to specify a timeout there. Or are you refering to a Timer Boundary Event?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 18:04:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61096#M37860</guid>
      <dc:creator>seb2013</dc:creator>
      <dc:date>2011-07-22T18:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to persist process state between 2 JavaDelegates?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61097#M37861</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;Yes a Java receive task would do the trick. But you'll have to signal it before it completes the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can add a boundary timer event to do this for you, but it clutters the process diagram a bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Timer intermediate catching event is also a possibility, and probably the cleanest way to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2011 10:48:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-persist-process-state-between-2-javadelegates/m-p/61097#M37861</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-07-23T10:48:42Z</dc:date>
    </item>
  </channel>
</rss>

