<?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 implement restart/pause/resume in Activiti in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57071#M34640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1074" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1074&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2012 10:51:19 GMT</pubDate>
    <dc:creator>meyerd</dc:creator>
    <dc:date>2012-02-14T10:51:19Z</dc:date>
    <item>
      <title>How to implement restart/pause/resume in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57066#M34635</link>
      <description>Since Activiti has started to support asynchronous messages since 5.8, so I have implemented a 'retry' function for Activiti, user could start/restart a process instance from given activity, i.e. if a process instance is suspended at a activity, user could call this API to enable the process instanc</description>
      <pubDate>Fri, 23 Dec 2011 02:04:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57066#M34635</guid>
      <dc:creator>lxjchengcu</dc:creator>
      <dc:date>2011-12-23T02:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement restart/pause/resume in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57067#M34636</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;Do you mean restart functionality when a job has failed to execute 3 times?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or do you mean it in a more broader perspective? Can you please elaborate a bit more on the use cases you want to cover?&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>Fri, 23 Dec 2011 09:45:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57067#M34636</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-12-23T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement restart/pause/resume in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57068#M34637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti does not use retry interceptor like jBPM, right? some Workflow engines like Shark have the restart functionality, when a process instance is suspended at an activity, user could use this functionality to restart the process from a given activity, for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here is a sample flow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;start -&amp;gt; A -&amp;gt; B -&amp;gt; C -&amp;gt; end&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when process instance is suspended at B, user could use the 'restart' function to enable the process instance to re-run from A,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 12:44:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57068#M34637</guid>
      <dc:creator>lxjchengcu</dc:creator>
      <dc:date>2011-12-23T12:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement restart/pause/resume in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57069#M34638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Besides, I reviewed the source code, It seems that Activiti does not support pause/resume process instance, I think it should be a basic functionality of Workflow engine, but it is very easy to implement in Activiti, from my point of view, here are two ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1: update job.exception to 'Paused', so job executor will not process those jobs marked as 'paused'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2: add new status 'suspended' for execution and job objects&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anyway, it is not a big problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 12:53:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57069#M34638</guid>
      <dc:creator>lxjchengcu</dc:creator>
      <dc:date>2011-12-23T12:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement restart/pause/resume in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57070#M34639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear lxjchengcu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm very interested in retry function, are you still planning to share code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alexander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 09:12:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57070#M34639</guid>
      <dc:creator>alexander1</dc:creator>
      <dc:date>2012-02-14T09:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement restart/pause/resume in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57071#M34640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1074" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1074&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 10:51:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57071#M34640</guid>
      <dc:creator>meyerd</dc:creator>
      <dc:date>2012-02-14T10:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement restart/pause/resume in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57072#M34641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I´m also very interested in this feature. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope to see it in the next release.&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>Fri, 17 Feb 2012 08:59:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-implement-restart-pause-resume-in-activiti/m-p/57072#M34641</guid>
      <dc:creator>ovonel</dc:creator>
      <dc:date>2012-02-17T08:59:38Z</dc:date>
    </item>
  </channel>
</rss>

