<?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 BoundaryTimer sometimes not working in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117476#M82962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti version is 5.10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a strange issue which itches me lately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Being unable to upload an appropriate image I will try to illustrate my issue with the following (primitive) drawing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;|————|&lt;BR /&gt; receiveTask&amp;nbsp;&amp;nbsp; ————&amp;gt;[ex gateway]&lt;BR /&gt;|————|&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [boundaryTimer]———–^&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;There is this receive task having a boundary timer attached to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The boundary timer itself is configured with a time duration = PT1S.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From both elements receiveTask and boundaryTimer outgoing flows lead to the same exlusive gateway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I know this is some workaround for the TimerCatching Event, but the time I started modeling the process the designer did not provide the TimerCatchingEvent).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In about 99% of my process instances this works without any flaws.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But from time to time somehow the execution flow stops at the [receiveTask] and does not continue. In ACT_RU_JOB I see a corresponding entry too but which has been updated in a manner when jobs are usually picked up by the engine giving the impression of proper continous execution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Having looked in ACT_HI_ACTINST I find a corrsponding entry for the [receiveTask] activity with an exact time duration of 2 days. 2 days is exactly my timeout period I configured for the application. So after 2 days the job gets reiniatiaed and the execution flows as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have run out of ideas where to look to narrow down the cause of this problem ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My latest suspicion is that I run into some kind of concurrency issue in a manner that updating the entry in ACT_RU_JOB and selecting for available jobs are not synchronized properly. But this may be a long shot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So any hints are appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dokmatik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2012 10:11:24 GMT</pubDate>
    <dc:creator>dokmatik</dc:creator>
    <dc:date>2012-10-19T10:11:24Z</dc:date>
    <item>
      <title>BoundaryTimer sometimes not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117476#M82962</link>
      <description>Activiti version is 5.10.Hello everyone,I have a strange issue which itches me lately.Being unable to upload an appropriate image I will try to illustrate my issue with the following (primitive) drawing|————| receiveTask&amp;nbsp;&amp;nbsp; ————&amp;gt;[ex gateway]|————|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [boundaryTimer]———–^There is this receive ta</description>
      <pubDate>Fri, 19 Oct 2012 10:11:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117476#M82962</guid>
      <dc:creator>dokmatik</dc:creator>
      <dc:date>2012-10-19T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryTimer sometimes not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117477#M82963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A bit more details needed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Does the boundary-event cancel the activity?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Do you actually signal the receiveTask, before it goes wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 13:34:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117477#M82963</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-19T13:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryTimer sometimes not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117478#M82964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A bit more details needed:&lt;BR /&gt; - Does the boundary-event cancel the activity? &lt;BR /&gt;&lt;STRONG&gt;Yes, it does.&lt;/STRONG&gt;&lt;BR /&gt; - Do you actually signal the receiveTask, before it goes wrong? - &lt;BR /&gt;&lt;STRONG&gt;Well, there is some probability a user has signalled the process instance via its frontend. But I havent found anything in my logs and could not find appropriate entries in ACT_HI_ACTINST for activities following [receiveTask] either indicating that the process instance has been continued.&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 15:17:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117478#M82964</guid>
      <dc:creator>dokmatik</dc:creator>
      <dc:date>2012-10-19T15:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryTimer sometimes not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117479#M82965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What happens after the signal? Does the process ends? Are there automatic steps following?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 08:58:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117479#M82965</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-22T08:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryTimer sometimes not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117480#M82966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After the receiveTask an exclusiveGateway follows as shown in the sketch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The exGateway has 2 outgoing flows &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- one which leads to more activities (but that path is not taken because of failing the given condition)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- second one leading to the process end event (no condition defined for this one)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the current instance is called from an outside CallActivity element we should return to the enclosing process instance finally leading to an end event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having had a look at my process model again I know realize that my aforementioned ex-gateway does not contain a "Default flow"-setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This actually used to be a problem with other exGateways of my process models. I had observed that without a "Default flow"-setting and having set a condition only on single outgoing flow only the instance mysteriously "stopped".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That could be here the case too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will fill in the "Default flow"-setting of the exlusive gateway and see what happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you say ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 09:00:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117480#M82966</guid>
      <dc:creator>dokmatik</dc:creator>
      <dc:date>2012-10-23T09:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryTimer sometimes not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117481#M82967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It could be that it is indeed the case you need to use a default flow … but if it happens so rarely, it really shouldn't be the default &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 21:49:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundarytimer-sometimes-not-working/m-p/117481#M82967</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-23T21:49:22Z</dc:date>
    </item>
  </channel>
</rss>

