<?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: BoundaryEvent linking to a parallelGateway in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33016#M17177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be aware that you use a parallel gateway in the right way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have a parallel gateway with two incoming sequence flows, it'll wait until both sequence flows have been executed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So in your case , just don't use a parallel gateway and you will be fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 19:29:20 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2011-04-05T19:29:20Z</dc:date>
    <item>
      <title>BoundaryEvent linking to a parallelGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33015#M17176</link>
      <description>Hello all,I have the following scenario. A user task with a boundaryEvent for a time duration of 5 mins. At the expiry of this duration, the user task from boundayEvent triggers. Upon completing this task, the sequence joins the main flow and continues further. But in my case, I don't see that the m</description>
      <pubDate>Tue, 05 Apr 2011 13:33:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33015#M17176</guid>
      <dc:creator>prad</dc:creator>
      <dc:date>2011-04-05T13:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryEvent linking to a parallelGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33016#M17177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be aware that you use a parallel gateway in the right way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have a parallel gateway with two incoming sequence flows, it'll wait until both sequence flows have been executed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So in your case , just don't use a parallel gateway and you will be fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 19:29:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33016#M17177</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-04-05T19:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryEvent linking to a parallelGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33017#M17178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that a parallel gateway normally will wait for all incoming flows before moving ahead. But in case of a boundary event, will it retire the main flow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The user guide says that &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A typical use case is sending an escalation email additionally but not interrupt the normal process flow&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So if we take the user guide example (diagram below), will the 'Main Task' be retired, if the timer triggers the 'Escalation Task'? In which case the only incoming flow to the parallel gateway (at run time) would be the one coming from Escalation Task? So how then the escalation task will ever proceed through the join if it's still waiting for 'Main Task' which is inactive by then?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is am able to proceed something like escalation task, but waiting at the join. What does the cancelActivity="true" doing? I thought that would retire or cancel the main flow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 00:14:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33017#M17178</guid>
      <dc:creator>prad</dc:creator>
      <dc:date>2011-04-06T00:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryEvent linking to a parallelGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33018#M17179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your current process will kill the usertask, and continue through the boundary event. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The parallel gateway will wait for 2 sequence flow, hence your exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setting the cancelactivity to true might work, but it's not yet tested enough (and thats the reason why we haven't put it in the userguide yet)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 08:06:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33018#M17179</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-04-06T08:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryEvent linking to a parallelGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33019#M17180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply, Joram. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can see that boundary time duration event works fine - kills the main task and progress to the escalation task. But it's the parallel gateway that doesn't know about it. cancelActivity- as far as I can see, doesn't seem to do anything. I tried with and without that attribute only to find that the process works exactly the same way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On a different note, can you suggest me some alternate ways of achieving the said outcome. I can see that the process I am trying to implement has many of such occurrences and me being new to Activiti is hard to find a way to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;prad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 08:51:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33019#M17180</guid>
      <dc:creator>prad</dc:creator>
      <dc:date>2011-04-06T08:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: BoundaryEvent linking to a parallelGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33020#M17181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're in similar situation to me, this is how I fixed it. It's pretty simple and straight forward. Bit of thinking and trial is all you need. Follow the diagram below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where the two sequences were merging to 'Review Matter' I was initially using a parallel gateway. But in reality, you wouldn't need that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks everyone for reading and commenting on my post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 10:04:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundaryevent-linking-to-a-parallelgateway/m-p/33020#M17181</guid>
      <dc:creator>prad</dc:creator>
      <dc:date>2011-04-06T10:04:46Z</dc:date>
    </item>
  </channel>
</rss>

