<?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: multiple reviewers in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244343#M197473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a decent tutorial on jBPM at jboss.com; I found other sites with tutorials as well – Google is your friend &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;BR /&gt;&lt;A href="http://www.jboss.com/products/jbpm/docs/tutorial/" rel="nofollow noopener noreferrer"&gt;http://www.jboss.com/products/jbpm/docs/tutorial/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.mastertheboss.com/en/jbpm/51-jbpm-tutorial-part-1.html" rel="nofollow noopener noreferrer"&gt;http://www.mastertheboss.com/en/jbpm/51-jbpm-tutorial-part-1.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 14:31:46 GMT</pubDate>
    <dc:creator>invictus9</dc:creator>
    <dc:date>2010-04-20T14:31:46Z</dc:date>
    <item>
      <title>multiple reviewers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244336#M197466</link>
      <description>After much reading I have a better understanding but I am still a bit confused.&amp;nbsp; I have two simple questions:1. Can you start an advanced workflow upon upload of a document to a space?&amp;nbsp; (This is the basis of simple workflow, but I want to start advanced workflow like this)2.&amp;nbsp; When doing parallel rev</description>
      <pubDate>Fri, 16 Apr 2010 13:42:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244336#M197466</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-04-16T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: multiple reviewers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244337#M197467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have played only a little bit with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) You can start an advanced work flow on incoming documents, but there are several parameters that have to be provided, specifically the list of reviewers, the percentage approval required and the due date. You can provide all of that from a Javascript attached as an action to the space, that is triggered on INCOMING documents. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can approach the list of reviewers a couple of ways. The first way I thought of was to create a custom aspect which was a list of usernames and attach this aspect to the space. The second way might be more natural, and that is to have the list of people invited explicitly as collaborators (or consumers) to the space. Either list can be queried by your script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The percentage approval would either default to 50% (or something else you put in the script), or you add a custom aspect to the space with the parameter attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similarly, for the due date, you can decide not to set one, or you can hard code the due date or a duration into your script. Alternatively, create a custom aspect that specifies either the duration or a date and add it to the folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Parallel reviews come in 3 types: parallel list, parallel group, and parallel pooled. I think you are referring to parallel pooled in your example, as the former two will keep the task on everybody's screen.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 14:49:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244337#M197467</guid>
      <dc:creator>invictus9</dc:creator>
      <dc:date>2010-04-16T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple reviewers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244338#M197468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, Invictus.&amp;nbsp; I do want to keep the task on everybody's screen.&amp;nbsp; Imagine if I send an email out to several people to review the document.&amp;nbsp; And then once x out of y people approve it, the document moves on to their supervisor for final approval.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 18:59:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244338#M197468</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-04-16T18:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: multiple reviewers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244339#M197469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Then you'd want to use Invictus's option 1. Have a look at the submit_processdefinition.xml it allows for either a serial or parallel list review, when it's parallel it assigns the task to everyone in the assignees list and then waits for a certain number of reviewers to approve.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 22:19:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244339#M197469</guid>
      <dc:creator>sethatrothbury</dc:creator>
      <dc:date>2010-04-16T22:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: multiple reviewers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244340#M197470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, Seth.&amp;nbsp; I appreciate your explaining the part about when it's parallel it assigns the task to everyone in the assignees list.&amp;nbsp; I did look at submit_processdefinition.xml following our previous conversation, and I have to admit I was having a bit of trouble understanding it.&amp;nbsp; I found it difficult to follow all the transitions and keep track of their intent.&amp;nbsp; If you were me, how would you go about following the flow?&amp;nbsp; I tried plugging the code into the Eclipse jBPM plugin, but the diagram that came up… let's put it this way… the &lt;/SPAN&gt;&lt;EM&gt;tool&lt;/EM&gt;&lt;SPAN&gt; didn't understand the code either!&amp;nbsp; I printed the code, wrote numbers in the margins, and I still got lost.&amp;nbsp; (You can imagine how overwhelmed I feel attempting to write one of these things myself.)&amp;nbsp; Could you offer a recommendation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 19:21:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244340#M197470</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-04-19T19:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: multiple reviewers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244341#M197471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry Lucille, I totally forgot that there is a "parallel only" version of the submit_processdefinition.xml. Look at the "parallelreview_processdefinition.xml" that is in the same folder. It has the stripped down version of a parallel list review. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That workflow asks you for a certain percentage as you start it and then pushes the review task off to everyone in the bpm_assignees list using the ForEachFork. As each reviewer approves or rejects, they are added to the total approvalCount. Once everyone has reviewed, the workflow checks to see if that wf_requiredPercentage has been met to deem the workflow Approved or Rejected.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 20:38:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244341#M197471</guid>
      <dc:creator>sethatrothbury</dc:creator>
      <dc:date>2010-04-19T20:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: multiple reviewers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244342#M197472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK thanks.&amp;nbsp; I'm going to read though this and look up everything I don't understand.&amp;nbsp; Now, is there a book or a reference out there that just explains it all?&amp;nbsp; For example, I'm reading through this and I see &amp;lt;start-state name="start"&amp;gt;… OK I get that… But then it instantiates a "task"… only to "transition" to "startreview".&amp;nbsp; Why do we need a task?&amp;nbsp; Why not just transition to startreview?&amp;nbsp; Is there anything out there that just explains how to write these?&amp;nbsp; Or is the correct way to go about this to look at the code and look up each item that you don't understand?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:48:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244342#M197472</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-04-20T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: multiple reviewers</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244343#M197473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a decent tutorial on jBPM at jboss.com; I found other sites with tutorials as well – Google is your friend &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;BR /&gt;&lt;A href="http://www.jboss.com/products/jbpm/docs/tutorial/" rel="nofollow noopener noreferrer"&gt;http://www.jboss.com/products/jbpm/docs/tutorial/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.mastertheboss.com/en/jbpm/51-jbpm-tutorial-part-1.html" rel="nofollow noopener noreferrer"&gt;http://www.mastertheboss.com/en/jbpm/51-jbpm-tutorial-part-1.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 14:31:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-reviewers/m-p/244343#M197473</guid>
      <dc:creator>invictus9</dc:creator>
      <dc:date>2010-04-20T14:31:46Z</dc:date>
    </item>
  </channel>
</rss>

