<?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: Deleting Process Instance of Sub Process does not mark the parent call activity as Complete in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182968#M136098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rishi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you delete a process instance, the current active tasks are terminated and eventually the process instance is deleted. So the end event is not triggered. To trigger the parent process, you would have to complete the sub process in a normal way.&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, 06 Jun 2014 10:48:47 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2014-06-06T10:48:47Z</dc:date>
    <item>
      <title>Deleting Process Instance of Sub Process does not mark the parent call activity as Complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182967#M136097</link>
      <description>Hi,I noticed that on deleting process instance of a sub process(through runtimeService.deleteProcessInstance) does not marks the parent call activity as complete, I am using Activiti 5.13 with SpringProcessEngineConfiguration embedded in web server.I have developed a unit test case with sample proce</description>
      <pubDate>Fri, 06 Jun 2014 02:32:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182967#M136097</guid>
      <dc:creator>rishiraj_kalla</dc:creator>
      <dc:date>2014-06-06T02:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting Process Instance of Sub Process does not mark the parent call activity as Complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182968#M136098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rishi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you delete a process instance, the current active tasks are terminated and eventually the process instance is deleted. So the end event is not triggered. To trigger the parent process, you would have to complete the sub process in a normal way.&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, 06 Jun 2014 10:48:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182968#M136098</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-06-06T10:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting Process Instance of Sub Process does not mark the parent call activity as Complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182969#M136099</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;I noticed that on Terminating process instance of a sub process does not marks the parent call activity as complete, and when i terminate main process also manually in this case End event listener is calling twice.&amp;nbsp; Can any please help me about this issue. i am using activiti 5.17 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here i have three levels sub process process. Parent process is calling to another subprocess, again this subprocess is calling another.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am jest terminating last level sub process. and again terminating next two level too. See the below log from tomcat server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;process execution listener called ========&amp;gt;: Start ## INSTANCE ID :: 85001&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sub process execution listener called ========&amp;gt;: Start ## INSTANCE ID :: 85015&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sub process execution listener called ========&amp;gt;: Start ## INSTANCE ID :: 85025&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A job has terminated: PROCESS_CANCELLED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Process instance id: 85025&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A job has terminated: ACTIVITY_CANCELLED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Process instance id: 85025&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sub process execution listener called ========&amp;gt;: End ## INSTANCE ID :: 85025&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A job has terminated: PROCESS_CANCELLED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Process instance id: 85015&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sub process execution listener called ========&amp;gt;: End ## INSTANCE ID :: 85015&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sub process execution listener called ========&amp;gt;: End ## INSTANCE ID :: 85015&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A job has terminated: PROCESS_CANCELLED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Process instance id: 85001&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;process execution listener called ========&amp;gt;: End ## INSTANCE ID :: 85001&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;process execution listener called ========&amp;gt;: End ## INSTANCE ID :: 85001&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:39:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182969#M136099</guid>
      <dc:creator>srinivasulumuna</dc:creator>
      <dc:date>2015-05-06T11:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting Process Instance of Sub Process does not mark the parent call activity as Complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182970#M136100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm if so, that is a bug. Can you upload a failing process xml so we can verify?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:12:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182970#M136100</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-05-07T13:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting Process Instance of Sub Process does not mark the parent call activity as Complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182971#M136101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are there any adjustments done?&lt;/P&gt;&lt;P&gt;Maybe anybody know something about it. We think we have a similar Problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 08:49:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-process-instance-of-sub-process-does-not-mark-the/m-p/182971#M136101</guid>
      <dc:creator>deign</dc:creator>
      <dc:date>2017-12-05T08:49:54Z</dc:date>
    </item>
  </channel>
</rss>

