<?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 kill a active process instance? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49154#M28274</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;You can use the signal method on the RuntimeService to trigger the process to complete the wait task and then (if there are no other wait tasks in your process) finish the process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The process instance will then only be available in the history tables.&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>Tue, 19 Jul 2011 06:45:18 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2011-07-19T06:45:18Z</dc:date>
    <item>
      <title>How kill a active process instance?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49148#M28268</link>
      <description>I am using a userTask as "waitTask" so I can retrieve the variables at runtime. But I observed that the process instances are active in the database. How do I terminate the process instance so I retrieve the variables?All BPMN files have the following script:&amp;nbsp;&amp;nbsp;&amp;nbsp; …&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;userTask name="WaitState"</description>
      <pubDate>Thu, 14 Jul 2011 20:15:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49148#M28268</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-14T20:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How kill a active process instance?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49149#M28269</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;What do you mean with "active" in the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The process instance state is just stored there and when the instance leaves the wait state it's retrieved again from the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So there's nothing "active" going on at the point.&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, 15 Jul 2011 07:47:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49149#M28269</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-07-15T07:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How kill a active process instance?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49150#M28270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I refer to instances "active" in the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the image below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://i54.tinypic.com/1yqo94.png" rel="nofollow noopener noreferrer"&gt;http://i54.tinypic.com/1yqo94.png&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 14:31:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49150#M28270</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-15T14:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How kill a active process instance?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49151#M28271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know, but these are just instances that are stored in the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So there's nothing running on the Activiti Engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The process instance will be active again when the wait state is triggered.&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, 15 Jul 2011 14:53:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49151#M28271</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-07-15T14:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: How kill a active process instance?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49152#M28272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs is right and besides, why do you want to terminate it to retrieve the variables?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 15:07:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49152#M28272</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-16T15:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: How kill a active process instance?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49153#M28273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Ronald!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, I do not want to retrieve the variables. Because at this point I've regained the variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the task "waitTask" just to retrieve the variables. After retrieving it, I want to finish the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want the process instance go to the history.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 19:09:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49153#M28273</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-18T19:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: How kill a active process instance?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49154#M28274</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;You can use the signal method on the RuntimeService to trigger the process to complete the wait task and then (if there are no other wait tasks in your process) finish the process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The process instance will then only be available in the history tables.&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>Tue, 19 Jul 2011 06:45:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49154#M28274</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-07-19T06:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How kill a active process instance?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49155#M28275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Trademark!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's what I needed to know…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rodolfo Barbeiro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:37:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-kill-a-active-process-instance/m-p/49155#M28275</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-19T14:37:45Z</dc:date>
    </item>
  </channel>
</rss>

