<?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: Conditional Transition in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128717#M90486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Indeed. Or just let the sequence flow leave the step directly, without gateway. The default semantics of BPMN 2.0 is to take all outgoing sequence flow which have a 'true' condition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 07:02:50 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2012-12-11T07:02:50Z</dc:date>
    <item>
      <title>Conditional Transition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128713#M90482</link>
      <description>Hello,I want certain tasks to become active, if certain Attributes are set.i.e. if a user ticks the checkbox "requiresValidation" a validationTask should be started, after the prior task is completed.[task1] ——————-&amp;gt; [task2]&amp;nbsp;&amp;nbsp;&amp;nbsp; |——-&amp;gt;[validation]——-^‍‍‍‍In the designer, I added the following co</description>
      <pubDate>Thu, 06 Dec 2012 09:36:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128713#M90482</guid>
      <dc:creator>dognose</dc:creator>
      <dc:date>2012-12-06T09:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Transition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128714#M90483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it is stored as a string, you probably will need to use ", eg #{requiresValidation eq "true"} or #{requiresValidation == "true"}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 16:18:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128714#M90483</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-06T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Transition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128715#M90484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If it is stored as a string, you probably will need to use ", eg #{requiresValidation eq "true"} or #{requiresValidation == "true"}&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;that was my thought, too. but something seems to be wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even if i put a false or #{false} in there, the transitions are executed&amp;nbsp; :?:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: okay that was my fault.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#{requiresValidation eq "true"} is the way to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Problem was, that i used a (not shown) parallel-gateway, and according to the docu, Conditional Transitions on a Gateway are ignored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, once Problem Solved - like 50 new Ones: How to handle all my conditional Transitions without connecting em to gateways ?&amp;nbsp; :shock: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Applying a (Dummy-)Service task to each gateway with an conditional outcome?&amp;nbsp; :?&amp;nbsp; :shock:&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 09:19:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128715#M90484</guid>
      <dc:creator>dognose</dc:creator>
      <dc:date>2012-12-10T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Transition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128716#M90485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My Problem was, that i used a (not shown) parallel-gateway, and according to the docu, Conditional Transitions on a Gateway are ignored.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Conditions on a parallel gateway are ignored. Use an exclusive gateway…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 10:19:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128716#M90485</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-12-10T10:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Transition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128717#M90486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Indeed. Or just let the sequence flow leave the step directly, without gateway. The default semantics of BPMN 2.0 is to take all outgoing sequence flow which have a 'true' condition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 07:02:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conditional-transition/m-p/128717#M90486</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-11T07:02:50Z</dc:date>
    </item>
  </channel>
</rss>

