<?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 Parallel Gateway and Loop Cardinality in Multi Instance in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67313#M42957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Scenario : &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; I am working on a scenario where there are set of tasks,say 3 tasks in series, in a workflow and each task has to be completed by 3 different users. These 3 different users belong to 3 different groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Clarification Required: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; Just wanted to know if my understanding is correct as stated below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) &lt;/SPAN&gt;&lt;SPAN style="color:#800000;"&gt;&lt;STRONG&gt;Multi Instance (Loop Cardinality) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;can be used for parallel and sequential(series) tasks but for a &lt;/SPAN&gt;&lt;STRONG style="color: #BF0000;"&gt;set of users which are in same group &lt;/STRONG&gt;&lt;SPAN&gt;only. For eg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#0040FF;"&gt;———————————————————————-&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;userTask id="enterCommentsTask" name="Enter Comments by Author" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;documentation&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enter Comments which requires verification&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/documentation&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;potentialOwner&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resourceAssignmentExpression&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;formalExpression&amp;gt;author&amp;lt;/formalExpression&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/resourceAssignmentExpression&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/potentialOwner&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;multiInstanceLoopCharacteristics isSequential="false"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loopCardinality&amp;gt;4&amp;lt;/loopCardinality&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/multiInstanceLoopCharacteristics&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/userTask&amp;gt;&lt;BR /&gt;——————————————————————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b)&lt;/SPAN&gt;&lt;SPAN style="color:#800000;"&gt;&lt;STRONG&gt;Parallel Gateway&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; is used when tasks is to be executed by &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color:#BF0000;"&gt;set of users which belong to different groups&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Is my understanding a) and b) are correct?&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #008000;"&gt;Regards,&lt;BR /&gt;Sandeep Sapra&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2011 12:57:27 GMT</pubDate>
    <dc:creator>sandeepsapra</dc:creator>
    <dc:date>2011-07-01T12:57:27Z</dc:date>
    <item>
      <title>Parallel Gateway and Loop Cardinality in Multi Instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67313#M42957</link>
      <description>Scenario :  I am working on a scenario where there are set of tasks,say 3 tasks in series, in a workflow and each task has to be completed by 3 different users. These 3 different users belong to 3 different groupsClarification Required: &amp;nbsp; Just wanted to know if my understanding is correct as stated</description>
      <pubDate>Fri, 01 Jul 2011 12:57:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67313#M42957</guid>
      <dc:creator>sandeepsapra</dc:creator>
      <dc:date>2011-07-01T12:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Loop Cardinality in Multi Instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67314#M42958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;a) yes … but why not simple three different task in sequence after each other?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b) no, parallel gateway is only for control flow: it splits the execution of the process in multiple concurrent paths.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 07:55:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67314#M42958</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-07-04T07:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Loop Cardinality in Multi Instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67315#M42959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) I think for a) you want to mention flow is not really required to be in parallel and series/in a sequence will do. Am I right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there can be a case where all the users should receive the task at same time, then a parallel condition is required as per my understanding. Correct me if I am wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b) For b), ok, If parallel gateway is for control flow then for scenario tasks&amp;nbsp; to be executed by set of users which belong to different groups , what should be exactly used? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sandeep&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 09:35:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67315#M42959</guid>
      <dc:creator>sandeepsapra</dc:creator>
      <dc:date>2011-07-04T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Loop Cardinality in Multi Instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67316#M42960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;- same, one task by different groups: multiinstance on a task&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- same sequence of multiple taskst for different groups: multiinstance subprocess with in tasks in sequence in that subprocess&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 13:16:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67316#M42960</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-04T13:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Loop Cardinality in Multi Instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67317#M42961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#800000;"&gt;&lt;STRONG&gt;For this same sequence of multiple taskst for different groups: multiinstance subprocess with in tasks in sequence in that subprocess&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you elaborate this with an example , if possible?&amp;nbsp; or with an bpmn file code in my case..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I dont understand is that by creating a sub process in multiinstance also we will be able to have one group only and then how to define multiple groups?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sandeep&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 12:13:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67317#M42961</guid>
      <dc:creator>sandeepsapra</dc:creator>
      <dc:date>2011-07-06T12:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Loop Cardinality in Multi Instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67318#M42962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry, I have no time to create a working example, but the group to assign can be a variable that you have in the multiinstance loop of the subprocess. There should be no difference with this compared to a single task that needs to be assigned to different groups. The 'only' difference is where the loop variable is declared.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 16:16:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-loop-cardinality-in-multi-instance/m-p/67318#M42962</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-06T16:16:42Z</dc:date>
    </item>
  </channel>
</rss>

