cancel
Showing results for 
Search instead for 
Did you mean: 

In a group all should approve

hemamalini
Champ in-the-making
Champ in-the-making
I have a group for ex - Group A. If there are three members in that group. If a user submits a form to that group ,  that form needs to be approved by all three. How can i model this?
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Hema,

1. Get list of users in the group.
2. use multiinstnce loop (http://www.activiti.org/userguide/#bpmnMultiInstance) to generate n user tasks.

Regards
Martin

hemamalini
Champ in-the-making
Champ in-the-making
Thank you very much..