cancel
Showing results for 
Search instead for 
Did you mean: 

Paralllel task workflow

supta
Champ in-the-making
Champ in-the-making
I have modified Adhoc task to Parallel task. It's working fine but I need one more modification.

In my current Parallel task, a task doesn't sent back to initiator before all assignees completed their task. I need that everytime an assignee completed the task, a task is sent back to initiator to verify the task have been done. Can I do that?
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
If you are using the fork and join then I do not think that will possible as once all the assignee complete their task then only it will move to fork stage and from that only we can move to next stage,
So, you condition will not be satisfied in that case. :wink:

supta
Champ in-the-making
Champ in-the-making
It's activiti workflow and I use <multiInstanceLoopCharacteristics> to create task for each assignee just like in Parallel review and approve workflow.