<?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: Timer boundary event and execution listeners in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202428#M155558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, it shouldn't, those are two quite different things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The thing is that executionlistener is not officially supported: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#executionListeners" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#executionListeners&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It only works on activities and a couple of dedicated events. But not the boundary event.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 13:51:15 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-12-08T13:51:15Z</dc:date>
    <item>
      <title>Timer boundary event and execution listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202425#M155555</link>
      <description>If I have a task with 'timer boundary event' and it times out, will it notify its listners? For example:&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;boundaryEvent id="workOrderTimer" name="RZ Timer" attachedToRef="workOrder" cancelActivity="true"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:executionListener event="end" class</description>
      <pubDate>Mon, 01 Dec 2014 17:52:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202425#M155555</guid>
      <dc:creator>darionis</dc:creator>
      <dc:date>2014-12-01T17:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Timer boundary event and execution listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202426#M155556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried putting it on the sequenceflow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 15:07:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202426#M155556</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-05T15:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Timer boundary event and execution listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202427#M155557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does work on the sequence flow, but not for boundary event. Is it a feature or a bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been through the source, it looks like BoundaryEvents are treated the same as SequenceFlows,&amp;nbsp; in the public void processFlowElements(Collection&amp;lt;FlowElement&amp;gt; flowElements) but BoundaryEventParseHandler is much simpler than SequenceFlowParseHandler and does not call createExecutionListenersOnTransition(…).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I know the answer to my initial question, but I would appreciate if you quickly comment on this - should BoundaryEvent be parsed like SequenceFlow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 12:20:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202427#M155557</guid>
      <dc:creator>darionis</dc:creator>
      <dc:date>2014-12-08T12:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Timer boundary event and execution listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202428#M155558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, it shouldn't, those are two quite different things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The thing is that executionlistener is not officially supported: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#executionListeners" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#executionListeners&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It only works on activities and a couple of dedicated events. But not the boundary event.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 13:51:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202428#M155558</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-08T13:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Timer boundary event and execution listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202429#M155559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, understood.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 10:12:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundary-event-and-execution-listeners/m-p/202429#M155559</guid>
      <dc:creator>darionis</dc:creator>
      <dc:date>2014-12-09T10:12:34Z</dc:date>
    </item>
  </channel>
</rss>

