<?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: Boundary Timer Event Firing After Subprocess Finished in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-event-firing-after-subprocess-finished/m-p/216472#M169602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi rallen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested your case. The test test has passed with {{async='false'}}. With the async flag true on the scripttask4 the test is failing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not investigate it a lot, but my guess is that&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timerEventDefinition&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeDate&amp;gt;2007-03-01T13:00:00Z&amp;lt;/timeDate&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timerEventDefinition&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;Timer is fired before it is removed by async call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem could be that timer is not removed when execution leaves subprocess. There are many workarounds increase timer….&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, 13 Jul 2016 06:46:24 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2016-07-13T06:46:24Z</dc:date>
    <item>
      <title>Boundary Timer Event Firing After Subprocess Finished</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-event-firing-after-subprocess-finished/m-p/216471#M169601</link>
      <description>Hello,I'm having some issues with the boundary timer event firing after the flow has progressed out of the subprocess. I'd really appreciate any help. All files attached at bottom work with the activiti unit test, just rename without .txt (and forum added underscores).The issue becomes more apparent</description>
      <pubDate>Tue, 12 Jul 2016 21:05:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-event-firing-after-subprocess-finished/m-p/216471#M169601</guid>
      <dc:creator>rallen1</dc:creator>
      <dc:date>2016-07-12T21:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Boundary Timer Event Firing After Subprocess Finished</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-event-firing-after-subprocess-finished/m-p/216472#M169602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi rallen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested your case. The test test has passed with {{async='false'}}. With the async flag true on the scripttask4 the test is failing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not investigate it a lot, but my guess is that&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timerEventDefinition&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeDate&amp;gt;2007-03-01T13:00:00Z&amp;lt;/timeDate&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timerEventDefinition&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;Timer is fired before it is removed by async call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem could be that timer is not removed when execution leaves subprocess. There are many workarounds increase timer….&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, 13 Jul 2016 06:46:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-event-firing-after-subprocess-finished/m-p/216472#M169602</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-07-13T06:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Boundary Timer Event Firing After Subprocess Finished</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-event-firing-after-subprocess-finished/m-p/216473#M169603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for taking the time to look at it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are cases during the BPMN where the timer may be in the past (most cases it will not be). It was set in the past for the purpose of the test. I was under the impression that once a subprocess has concluded any timers whether active or not, would be destroyed. Also, in my BPMN I require the task after the subprocess to be activiti:async=true, which halts the BPMN as observed. My actual BPMN is crashing because of this. That seems like it might be a bug if an async=true task can't be resumed after a late boundary timer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thank you for your help. I really appreciate it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 17:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-event-firing-after-subprocess-finished/m-p/216473#M169603</guid>
      <dc:creator>rallen1</dc:creator>
      <dc:date>2016-07-13T17:26:54Z</dc:date>
    </item>
  </channel>
</rss>

