cancel
Showing results for 
Search instead for 
Did you mean: 

Task should be completed by X users until forwards

tschiela
Champ in-the-making
Champ in-the-making
Hello,


i need a 'Review-Task', that should be repeated until 2 people of a group completed the task. Is this possible with Activiti?

Greets
Thomas
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
Sure,

Take a look how alfresco does this:

http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/repository/config/alf...

It's Basically a multi-instance user-task with a completion-condition based on the number of approvals. This uses task-listeners to update the variables containing number of approves/rejects that can be used to determine multi-instance should stop.