I need to design a workflow with JBPM where at some point the workflow is separated in 3 parallel branches. Each branch has an approval task that can be assigned to a group.
A member of the group can get the ownership of the task and approve or reject. Because for each branch there is a different task, there will be 3 possible approve or reject.
If 2 out of 3 approves the workflow proceeds otherwise is terminated.
Could you suggest how to do it?
Thanks