<?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: Cancel process instance started as a CallActivity in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63995#M40263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this would be very interesting, we are facing the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greets,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;saatsch&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2011 09:29:57 GMT</pubDate>
    <dc:creator>saatsch</dc:creator>
    <dc:date>2011-11-24T09:29:57Z</dc:date>
    <item>
      <title>Cancel process instance started as a CallActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63994#M40262</link>
      <description>Hello,how can I cancel a process instance programmatically? I have read that i just could delete the process instance via runtime service, but this leads to problems, when the intance was started as a CallActivity: The parent process is then "stuck" at the CallActivity node and does not continue.Is</description>
      <pubDate>Thu, 24 Nov 2011 08:56:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63994#M40262</guid>
      <dc:creator>aveltens</dc:creator>
      <dc:date>2011-11-24T08:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel process instance started as a CallActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63995#M40263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this would be very interesting, we are facing the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greets,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;saatsch&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 09:29:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63995#M40263</guid>
      <dc:creator>saatsch</dc:creator>
      <dc:date>2011-11-24T09:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel process instance started as a CallActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63996#M40264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We modelled a "StartSubProcess" process that uses a Service-Task to start a process programmatically. To start a sub process we start this "StartSubProcess" via callactivity instead of the actual process we want to start. The actual procress ist started programmatically with the Java-Activiti-API in the service task, so that it is no real sub-process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To cancel this "sub-process" we just delete it and afterwards signal the "StartSubProcess" which is in a wait state, so that it moves on and the acutal parent process (which called the "StartSubProcess") is continued.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not a simple solution, but it works fine, and since we had no choice we implemented it that way. Hopefully activiti will implement a better way to cancel a sub-process in near future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 12:35:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63996#M40264</guid>
      <dc:creator>aveltens</dc:creator>
      <dc:date>2012-01-25T12:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel process instance started as a CallActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63997#M40265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there already a solution for this problem ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:32:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63997#M40265</guid>
      <dc:creator>pfeiffer</dc:creator>
      <dc:date>2012-12-07T19:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel process instance started as a CallActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63998#M40266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I haven't tried it yet, but I'm thinking using events (terminate end event/signal/…) might be the way to go here….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(again, not tested yet!)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 09:34:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-process-instance-started-as-a-callactivity/m-p/63998#M40266</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-10T09:34:05Z</dc:date>
    </item>
  </channel>
</rss>

