<?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: parallel review... sort of. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217467#M170597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would have to change from a Parallel review to a Pooled review. You'd need two completely separate task-node sections with logic in a decision node for when to jump from one to the other.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Apr 2010 18:23:41 GMT</pubDate>
    <dc:creator>sethatrothbury</dc:creator>
    <dc:date>2010-04-30T18:23:41Z</dc:date>
    <item>
      <title>parallel review... sort of.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217466#M170596</link>
      <description>Hello everyone,I have a parallel review workflow.&amp;nbsp; Once a certain number of people approve, I want it to act sort of like a group parallel review, such that the task disappears from the other people in the group's task list once approved.How can this be done?Thanks!</description>
      <pubDate>Fri, 30 Apr 2010 18:15:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217466#M170596</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-04-30T18:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: parallel review... sort of.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217467#M170597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would have to change from a Parallel review to a Pooled review. You'd need two completely separate task-node sections with logic in a decision node for when to jump from one to the other.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 18:23:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217467#M170597</guid>
      <dc:creator>sethatrothbury</dc:creator>
      <dc:date>2010-04-30T18:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: parallel review... sort of.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217468#M170598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Seth &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;One of the questions that had been driving me bonkers is what makes a task "parallel" and what makes it "group"… and I thought I figured it out but now I think I am wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For this conversion from parallel review to "pooled" review that you described… could you please provide pseudo-code?&amp;nbsp; That might help me to understand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 18:43:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217468#M170598</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-04-30T18:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: parallel review... sort of.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217469#M170599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I got it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– PARALLEL REVIEW –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action class="org.alfresco.repo.workflow.jbpm.ForEachFork"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;foreach&amp;gt;#{people.getMembers(people.getGroup('GROUP_blah'))}&amp;lt;/foreach&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;var&amp;gt;reviewer&amp;lt;/var&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/action&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;event type="node-enter"&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Transition to node…&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;!– GROUP REVIEW –&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;task-node name="somebody_review"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;task name="blah:somebody_Review" swimlane="aSwimlane" /&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The swimlane versus the foreach makes the difference &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 16:53:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-review-sort-of/m-p/217469#M170599</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-06-29T16:53:34Z</dc:date>
    </item>
  </channel>
</rss>

