<?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 Kill Parallel Gateway destination flow execution in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167625#M121140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Activiti Community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to know: can i "kill" a flow execution that starts from a parallel gateway if any other flow from this ends his execution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;start -&amp;gt; parallel gateway {flow1, flow2}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;flow1 = some tasks -&amp;gt; end (KILL flow2 execution)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;flow2 = some tasks -&amp;gt; end (KILL flow1 execution)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, a solution would be stop the subprocess execution, is it possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 21:48:58 GMT</pubDate>
    <dc:creator>igorbelo</dc:creator>
    <dc:date>2014-05-06T21:48:58Z</dc:date>
    <item>
      <title>Kill Parallel Gateway destination flow execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167625#M121140</link>
      <description>Hello Activiti Community,I want to know: can i "kill" a flow execution that starts from a parallel gateway if any other flow from this ends his execution?Like…&amp;lt;blockcode&amp;gt;start -&amp;gt; parallel gateway {flow1, flow2}flow1 = some tasks -&amp;gt; end (KILL flow2 execution)flow2 = some tasks -&amp;gt; end (</description>
      <pubDate>Tue, 06 May 2014 21:48:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167625#M121140</guid>
      <dc:creator>igorbelo</dc:creator>
      <dc:date>2014-05-06T21:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Parallel Gateway destination flow execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167626#M121141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you elaborate a bit more about the functionality you are looking for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:13:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167626#M121141</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-05-08T08:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Parallel Gateway destination flow execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167627#M121142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I do not know about igorbelo's use case. But I have something similar. And I'm hoping to find a solution without writing code. Forgive me for repeat myself from another post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A task need to be done in 1 day. I have a timer boundary event set to a day. The boundary event is not blocking so user can still work on the task after a day. But when the time is up, I will start to send email to the user that need to work on the task every hour to remind them. That is simply an email task and then goes to a Timer Intermediate Catching Event and then comes back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I need to do is stop sending these emails after the user finished the task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 18:32:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167627#M121142</guid>
      <dc:creator>ssun</dc:creator>
      <dc:date>2014-05-08T18:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kill Parallel Gateway destination flow execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167628#M121143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks trademak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As i replied in ssun's post, i solved this problem attaching a TimerBoundaryEvent to my subprocess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just wanted to alert when a subprocess of the process was taken longer than it should.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This alert is executed only once, it's lightly different of ssun's problem, i think he wants to execute it everytime.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 18:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kill-parallel-gateway-destination-flow-execution/m-p/167628#M121143</guid>
      <dc:creator>igorbelo</dc:creator>
      <dc:date>2014-05-08T18:55:00Z</dc:date>
    </item>
  </channel>
</rss>

