<?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: Condition on sequence flow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94200#M64519</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;It's just following the BPMN specification. Yes you could implement an alternative type in the Activiti source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But of course you would need to change / enhance the Activiti Engine to do that.&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>Wed, 01 Feb 2012 08:51:30 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2012-02-01T08:51:30Z</dc:date>
    <item>
      <title>Condition on sequence flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94198#M64517</link>
      <description>I have read some example from user guide page. Those cases like the following case:&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sequenceFlow id="endFlow1" sourceRef="exclusiveGw" targetRef="theEnd"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [b]&amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;${loanRequest.approved}&amp;lt;/conditionExpression&amp;gt;[/b]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Are</description>
      <pubDate>Wed, 01 Feb 2012 02:08:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94198#M64517</guid>
      <dc:creator>lykm02</dc:creator>
      <dc:date>2012-02-01T02:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on sequence flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94199#M64518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why would you want to do that? The tFormalExpression is a requirement of the BPMN 2.0 xsd.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 08:49:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94199#M64518</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-02-01T08:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on sequence flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94200#M64519</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;It's just following the BPMN specification. Yes you could implement an alternative type in the Activiti source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But of course you would need to change / enhance the Activiti Engine to do that.&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>Wed, 01 Feb 2012 08:51:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94200#M64519</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-02-01T08:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on sequence flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94201#M64520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Why would you want to do that? The tFormalExpression is a requirement of the BPMN 2.0 xsd.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Now I defined a flow which all node are usertask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After each user task node, there are serveral outgoing sequence flows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like the following graph.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]VerseFinal.png[/attachment]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There will be many variables if I using variables to denotes user selection. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It will lead to ugly code, because I need to inject a object denotes user opinion before usertask completion. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As there are many sequence flows, it troubles me when I try to show user clear meaning of those conditional object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In other words, I want to uniform those condition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 02:34:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94201#M64520</guid>
      <dc:creator>lykm02</dc:creator>
      <dc:date>2012-02-02T02:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Condition on sequence flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94202#M64521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;It's just following the BPMN specification. Yes you could implement an alternative type in the Activiti source code.&lt;BR /&gt;But of course you would need to change / enhance the Activiti Engine to do that.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for you reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, yesterday I have found those code in BPMNParser.java .&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, I just use other plan to realize my target.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 02:36:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/condition-on-sequence-flow/m-p/94202#M64521</guid>
      <dc:creator>lykm02</dc:creator>
      <dc:date>2012-02-02T02:36:24Z</dc:date>
    </item>
  </channel>
</rss>

