<?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: Process end if sequenceflow condition is not true in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98946#M68292</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;In BPMN you would need to use an exclusive gateway that goes back to the task when the condition is false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you only have one outgoing sequence flow, the engine always takes that path independent if the condition is true or not.&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>Fri, 25 May 2012 15:39:15 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2012-05-25T15:39:15Z</dc:date>
    <item>
      <title>Process end if sequenceflow condition is not true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98945#M68291</link>
      <description>Hi! I got a task fooBar with only one sequenceflow connected from it. The sequenceflow got a condition ${A==true}. My problem is when I complete the task and A is false. Then the task completes and the process ends. The behavior I wishes to have is that when A is false, I like it to stay on my task</description>
      <pubDate>Fri, 25 May 2012 15:00:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98945#M68291</guid>
      <dc:creator>jlinderoth</dc:creator>
      <dc:date>2012-05-25T15:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Process end if sequenceflow condition is not true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98946#M68292</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;In BPMN you would need to use an exclusive gateway that goes back to the task when the condition is false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you only have one outgoing sequence flow, the engine always takes that path independent if the condition is true or not.&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>Fri, 25 May 2012 15:39:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98946#M68292</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-25T15:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Process end if sequenceflow condition is not true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98947#M68293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wouldn't this be the definition of a looped activity?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loop this activity until condition is met&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 17:29:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98947#M68293</guid>
      <dc:creator>gutlez</dc:creator>
      <dc:date>2012-05-25T17:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Process end if sequenceflow condition is not true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98948#M68294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep… Sound like a alid construct as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 17:34:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98948#M68294</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-05-25T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Process end if sequenceflow condition is not true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98949#M68295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! Got it working now! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I did was that a I put a exclusiv gateway as you said before my sequence flow with the condition, but without a sequence flow back to the former task. That way the process throws an exception that&amp;nbsp; say there is no possible way out of the gateway and it goes back to its former task, without makeing any new task&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Was this how you meant it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 08:24:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98949#M68295</guid>
      <dc:creator>jlinderoth</dc:creator>
      <dc:date>2012-05-29T08:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Process end if sequenceflow condition is not true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98950#M68296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm not really. BPMN doesn't have a way of not taking a sequence flow when the condition is not met.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So what I meant is that you should have a second sequence flow going back to the user task, so the old task is completed and a new one is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would there be a problem in your use case when a new user task is created in stead of keeping the old one?&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, 29 May 2012 11:50:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-end-if-sequenceflow-condition-is-not-true/m-p/98950#M68296</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-29T11:50:11Z</dc:date>
    </item>
  </channel>
</rss>

