<?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: add decision points on exclusive gateway other than approve in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107095#M74980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your quick response but I don't want any approve or reject condition ,i want to check the condition through my custom variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ex : if (some variable ==some value ) then goes to some flow else go to some other flow&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where some variable is a custom variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how to do this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2012 08:01:52 GMT</pubDate>
    <dc:creator>nkalra1</dc:creator>
    <dc:date>2012-03-19T08:01:52Z</dc:date>
    <item>
      <title>add decision points on exclusive gateway other than approve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107093#M74978</link>
      <description>i have a workflow in which i want to add three condition on a gateway like if the workflow is started by a employee ,it will go to manager.if it is started by manager it will go to CTO&amp;nbsp; and if it is started by CTO ,it will go to MD directly.how can i put this conditions on exclusive gateway other th</description>
      <pubDate>Mon, 19 Mar 2012 04:56:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107093#M74978</guid>
      <dc:creator>nkalra1</dc:creator>
      <dc:date>2012-03-19T04:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: add decision points on exclusive gateway other than approve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107094#M74979</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;You need to know how you can retrieve the job title for a process initiator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you can use an exclusive gateway and sequence flows with conditions to implement the decision logic.&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>Mon, 19 Mar 2012 07:44:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107094#M74979</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-03-19T07:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: add decision points on exclusive gateway other than approve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107095#M74980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your quick response but I don't want any approve or reject condition ,i want to check the condition through my custom variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ex : if (some variable ==some value ) then goes to some flow else go to some other flow&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where some variable is a custom variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how to do this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 08:01:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107095#M74980</guid>
      <dc:creator>nkalra1</dc:creator>
      <dc:date>2012-03-19T08:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: add decision points on exclusive gateway other than approve</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107096#M74981</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;You simply have to put there an EL that resolves either to true or false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. &lt;/SPAN&gt;&lt;CODE&gt;${processControl.alternativeFlow}&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;where alternativeFlow is a boolean property on POJO processControl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;michael&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 08:24:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-decision-points-on-exclusive-gateway-other-than-approve/m-p/107096#M74981</guid>
      <dc:creator>gant</dc:creator>
      <dc:date>2012-03-20T08:24:43Z</dc:date>
    </item>
  </channel>
</rss>

