<?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 Add an ExecutionListener via the Java API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91594#M62545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to add an ExecutionListener to update a table when any process instance completes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to add an ExecutionListener from the JavaAPI, or alternatively in the ProcessEngine configuration?&amp;nbsp; I'd like not to alter process definitions to specify the listener.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 15:00:59 GMT</pubDate>
    <dc:creator>jonathan1</dc:creator>
    <dc:date>2012-08-14T15:00:59Z</dc:date>
    <item>
      <title>Add an ExecutionListener via the Java API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91594#M62545</link>
      <description>I'd like to add an ExecutionListener to update a table when any process instance completes.Is there a way to add an ExecutionListener from the JavaAPI, or alternatively in the ProcessEngine configuration?&amp;nbsp; I'd like not to alter process definitions to specify the listener.</description>
      <pubDate>Tue, 14 Aug 2012 15:00:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91594#M62545</guid>
      <dc:creator>jonathan1</dc:creator>
      <dc:date>2012-08-14T15:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add an ExecutionListener via the Java API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91595#M62546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can do it by implementing a custom BpmnParseListener and registering that via activiti.cfg.xml (property customPostBPMNParseListeners). There are some examples on the forums for that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:23:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91595#M62546</guid>
      <dc:creator>naag</dc:creator>
      <dc:date>2012-08-14T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add an ExecutionListener via the Java API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91596#M62547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, naag.&amp;nbsp; Adding to the processEngineConfiguration bean &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;property name="customPostBPMNParseListeners"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean class="my.class.name.ListenerImpl" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;in the Activiti configuration file worked well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 22:21:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91596#M62547</guid>
      <dc:creator>jonathan1</dc:creator>
      <dc:date>2012-08-15T22:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add an ExecutionListener via the Java API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91597#M62548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This method seems to have gone away.&amp;nbsp; Is there a new recommended approach?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:20:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91597#M62548</guid>
      <dc:creator>blezek</dc:creator>
      <dc:date>2014-04-01T19:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add an ExecutionListener via the Java API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91598#M62549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These have been renamed to 'parse handlers', see &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#advanced_parseHandlers" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#advanced_parseHandlers&lt;/A&gt;&lt;SPAN&gt; for the new way of doing the same thing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 20:42:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-an-executionlistener-via-the-java-api/m-p/91598#M62549</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-01T20:42:48Z</dc:date>
    </item>
  </channel>
</rss>

