<?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: Multi-instance Sub-Process, cancel specific instance in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185283#M138413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to send cancel signal using subprocess execution id&amp;nbsp; instead of execution id of the Task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edgar&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 02:26:09 GMT</pubDate>
    <dc:creator>edgarjoao</dc:creator>
    <dc:date>2015-10-15T02:26:09Z</dc:date>
    <item>
      <title>Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185273#M138403</link>
      <description>Hi,I do have a Multi-instance sub-process, I need cancel a specific instance for this Multi instance subprocess.I have a Receive Task with a SignalThrowEvent and boundarysignal for catch the signal event, when I send a signal event it calls every instance into my Multi-instance sub-process.What can</description>
      <pubDate>Wed, 07 Oct 2015 04:26:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185273#M138403</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-07T04:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185274#M138404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Edgar,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created jUnit template branch, based on your test:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/martin-grofcik/activiti-unit-test-template/tree/support/cancel_specific_instance" rel="nofollow noopener noreferrer"&gt;https://github.com/martin-grofcik/activiti-unit-test-template/tree/support/cancel_specific_instance&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there is still an exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;org.activiti.engine.ActivitiException: couldn't instantiate class com.demo.delegate.StartSubProcessListener&lt;/CODE&gt;&lt;SPAN&gt;Could you show your issue there please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 06:42:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185274#M138404</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-10-07T06:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185275#M138405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did initial setup, regarding the issue that you send me, this is because I forgot remove my own dependencies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please remove below code from xml model file please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;activiti:executionListener event="start" class="com.demo.delegate.StartSubProcessListener"&amp;gt;&amp;lt;/activiti:executionListener&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do I need to do if I want to push some commits in this project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks you&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 19:51:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185275#M138405</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-07T19:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185276#M138406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;Please remove below listener from the XML&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;com.demo.delegate.StartSubProcessListener&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 19:53:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185276#M138406</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-07T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185277#M138407</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;SPAN&gt;I removed StartSubProcessListener listener and test has passed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you create failing test?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:02:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185277#M138407</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-10-08T08:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185278#M138408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't found the way so push my commit, but here you are the fail test.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 03:54:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185278#M138408</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-09T03:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185279#M138409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Basically I just want to accomplish this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Service Request Process with multiple activities in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Service Request Process must be cancelled any time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Each activity from the subprocess might be cancelled any time of the subprocess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a Service Request with 5 activities in there, after some time I need cancel just one of those activities not all of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I cancel one activity I will have just 4 at this time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 04:03:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185279#M138409</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-09T04:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185280#M138410</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;push commit -&amp;gt; Create account on github, fork jUnit template project and create pull request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I took your test. Both tests are passing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 06:24:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185280#M138410</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-10-09T06:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185281#M138411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's weird because I'm still getting an error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.909 sec &amp;lt;&amp;lt;&amp;lt; FAILURE!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cancelFailTaskProcess(org.activiti.MyUnitTest)&amp;nbsp; Time elapsed: 1.54 sec&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; FAILURE!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.AssertionError: expected:&amp;lt;3&amp;gt; but was:&amp;lt;0&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 03:30:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185281#M138411</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-13T03:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185282#M138412</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;Sorry It was my fault, I did not update project. I am able to reproduce the issue. I think that you are right (there should be only one execution signalled). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to reproduce the issue in the simpler jUnit test and it has passed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/martin-grofcik/Activiti/tree/signal_one_execution" rel="nofollow noopener noreferrer"&gt;https://github.com/martin-grofcik/Activiti/tree/signal_one_execution&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sorry, but I can not spend more time on this issue….. .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 09:33:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185282#M138412</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-10-14T09:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185283#M138413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to send cancel signal using subprocess execution id&amp;nbsp; instead of execution id of the Task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edgar&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 02:26:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185283#M138413</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-15T02:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185284#M138414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any comments?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:32:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185284#M138414</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-16T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185285#M138415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same issue trying from API Rest&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GET &lt;/SPAN&gt;&lt;A href="http://localhost:8080/activiti-rest/service/runtime/executions?activityId=receivetask4&amp;amp;processInstanceId=5" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-rest/service/runtime/executions?activityId=receivetask4&amp;amp;processInstanceId=5&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PUT &lt;/SPAN&gt;&lt;A href="http://localhost:8080/activiti-rest/service/runtime/executions/109" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-rest/service/runtime/executions/109&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "action":"signal"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Result: Cancel all sub instances &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a workaround for this??&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 03:53:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185285#M138415</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-20T03:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185286#M138416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seems like the unique way to accomplish this is moving from sub-process multi to Activity-multi. &lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 06:39:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185286#M138416</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-20T06:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185287#M138417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the excellent unit test. Trying to figure out what was happening was quite challenging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you've got 6 Multi-Instance subprocesses going one. And then you fire a signal. The problem is that ALL your boundary signal events listen to that particular signal event. The scope of the signal is the process instance, so everybody listens. That is why ALL the subprocesses get destroyed (all the boundary events listen), and why you are getting back that all subprocesses are gone instead of the one you expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you probably have to remodel your process … maybe the receive task needs to be moved to _inside_ the 3th subprocess … and it goes to an error event then that gets caught on the boundary?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 18:25:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185287#M138417</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-20T18:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-instance Sub-Process, cancel specific instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185288#M138418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have had to remodel my process, using an Call Activity instead of nested subprocess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll post the update once I finish, that's was the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks guys&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 04:52:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-sub-process-cancel-specific-instance/m-p/185288#M138418</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-10-21T04:52:07Z</dc:date>
    </item>
  </channel>
</rss>

