<?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 pause a running process through API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123732#M87114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not rude at all.&amp;nbsp; The first time I read your blog, I did not watch the video.&amp;nbsp; After I viewed the video, I know they should do the work.&amp;nbsp; Thanks for advising.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 15:03:44 GMT</pubDate>
    <dc:creator>xjshangguan</dc:creator>
    <dc:date>2012-12-13T15:03:44Z</dc:date>
    <item>
      <title>How to pause a running process through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123727#M87109</link>
      <description>Hi, We are still relatively new with Activiti. And currently we have a requirement to pause/resume/stop activiti process through API. Do you guys have any good way to do it.&amp;nbsp; Also the process variables seem not to be persisted into database before the process completes. Do I have configuration not r</description>
      <pubDate>Thu, 29 Nov 2012 16:50:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123727#M87109</guid>
      <dc:creator>xjshangguan</dc:creator>
      <dc:date>2012-11-29T16:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to pause a running process through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123728#M87110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We are still relatively new with Activiti. And currently we have a requirement to pause/resume/stop activiti process through API. Do you guys have any good way to do it.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;We've added that to Activiti 5.11, which is planned to be released 5th of December&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Also the process variables seem not to be persisted into database before the process completes. Do I have configuration not right?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Process variables are persisted when your process arrives in a wait state. For example a user task. If you only have automatic steps, indeed the process variables will be persisted at the end of the transaction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 10:47:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123728#M87110</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-11-30T10:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to pause a running process through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123729#M87111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info.&amp;nbsp; Looking forward to trying it in a few days.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 17:51:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123729#M87111</guid>
      <dc:creator>xjshangguan</dc:creator>
      <dc:date>2012-12-03T17:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to pause a running process through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123730#M87112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joram, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have read your blog posted on 12/11 regarding suspending a process. One of the main feature we have to have is to pause/resume a running process.&amp;nbsp;&amp;nbsp; I feel the following methods should do the work.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;void suspendProcessInstanceById(String processInstanceId); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void activateProcessInstanceById(String processInstanceId); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But you also mentioned when a process instance is suspended, "The process instance is simply halted where it is and it cannot be continued in any way."&amp;nbsp; Does "activivateProcessInstanceById" wake up the suspended process instance; otherwise, "suspendProcessInstanceById" is just like a process instance killer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help is very much appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sean&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 15:10:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123730#M87112</guid>
      <dc:creator>xjshangguan</dc:creator>
      <dc:date>2012-12-12T15:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to pause a running process through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123731#M87113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry to sound rude, but did you try? But yes that is what it is supposed to do…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:31:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123731#M87113</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-12-13T07:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to pause a running process through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123732#M87114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not rude at all.&amp;nbsp; The first time I read your blog, I did not watch the video.&amp;nbsp; After I viewed the video, I know they should do the work.&amp;nbsp; Thanks for advising.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 15:03:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pause-a-running-process-through-api/m-p/123732#M87114</guid>
      <dc:creator>xjshangguan</dc:creator>
      <dc:date>2012-12-13T15:03:44Z</dc:date>
    </item>
  </channel>
</rss>

