<?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: BpmnParseListener delete process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97429#M67054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tijs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please confirm that an execution listener registered with the end event of a process will be executed when deleteProcessInstance is invoked?&amp;nbsp; I followed the path of execution through the source code, and I can't find where this would be occurring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 01:41:53 GMT</pubDate>
    <dc:creator>ryanberg1</dc:creator>
    <dc:date>2013-12-17T01:41:53Z</dc:date>
    <item>
      <title>BpmnParseListener delete process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97426#M67051</link>
      <description>I delete a process instance with runtimeService.deleteProcessInstance.Which method from BpmnParseListener it's useful for adding a listener relate with this event?Can I add a listener for deleted tasks(process instance removal).Or I'll have to do my own query to discover which tasks were deleted?</description>
      <pubDate>Tue, 21 Aug 2012 14:23:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97426#M67051</guid>
      <dc:creator>mitziuro</dc:creator>
      <dc:date>2012-08-21T14:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParseListener delete process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97427#M67052</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;There's no listener for process deletion. So yes you should write your own polling/query mechanism for this.&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>Wed, 22 Aug 2012 08:10:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97427#M67052</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-08-22T08:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParseListener delete process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97428#M67053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please disregard my previous message. You can add an ExecutionListener on the process level with a event type "end".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This ExecutionListener is executed when the deleteProcessInstance is invoked.&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>Wed, 22 Aug 2012 08:54:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97428#M67053</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-08-22T08:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParseListener delete process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97429#M67054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tijs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please confirm that an execution listener registered with the end event of a process will be executed when deleteProcessInstance is invoked?&amp;nbsp; I followed the path of execution through the source code, and I can't find where this would be occurring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 01:41:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97429#M67054</guid>
      <dc:creator>ryanberg1</dc:creator>
      <dc:date>2013-12-17T01:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnParseListener delete process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97430#M67055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, an execution-listener which is defined on the process-definition (not on the end-event) will be called when the process is completed normally OR when it's deleted before completion. The delete-reason is also available at this time. If you have a listener defined on the end-event, it will only be called when the process actually reaches the end.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 08:44:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnparselistener-delete-process/m-p/97430#M67055</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-17T08:44:06Z</dc:date>
    </item>
  </channel>
</rss>

