cancel
Showing results for 
Search instead for 
Did you mean: 

How to write a task work as Group Review

rogerofyan
Champ in-the-making
Champ in-the-making
Hi,

  I got a process as below,[attachment=0]group_review.png[/attachment].
The "Review Task" is assigned to mulitiple candidates, and the process should reach "Document Approve" node only when all the candidates of "Review Task" approved. I call it as "Group Review".
  How could I describe this kind of task in the xml, and process it with activiti API?

  I found a sample process definition in the Eclipse new  dialog called "Pooled Review and Approve Activiti Process", which I think it maybe what I'm searching. But I don't understand it exactly, since there are some variables not documented such as ${bpm_groupAssignee.properties.authorityName} and ${wf_reviewOutcome == 'Approve'}.  And I don't know how to have it running by Java code, as it only generate xml not Java.

Thanks.

Roger
1 REPLY 1

rogerofyan
Champ in-the-making
Champ in-the-making
I just found clues in the User Guide called 'Multi-instance (for each)', this is exactly what I need. 
Sorry for the incovenience.