<?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: BoundaryTimer sometimes not working in Alfresco Archive</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>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2012-10-23T21:49:22Z</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>

