Hi,
I am using multi instance loop with parallel tasks.
I have a requirement to wait for all the tasks to finish and then move to the next task, but I don't see any such option in Activiti.
I will a receive a message event, based on which i need to create tasks in multi- instance loop.
I am not specifying the loop cardinality value as I need to create the instances number of times the event is signalled.
If a task is completed by an User in multi-instance loop, right now it is creating the next task attached outside the loop.
But I want to wait until all the tasks in multi-instance are completed and then execute the next task.
Please help me how we can achieve the wait condition for the parallel tasks in multi-instance loop.
Thanks in Advance.