Terminate all parallel user tasks upon completion of one user task

Hi All,

I m new to Camunda, would like to achieve the following functionality

Upon the completion of one of the parallel task, I would expect the rest of the parallel tasks to terminate and the process should move forward.PFA process for the same.

TIA

One way to do it would be, to wrap the user tasks into a subprocess and use a terminate end event, that will remove all tokens in that scope.

2 Likes

An alternative would be to use a parallel multi instance user task and to specify a completion condition:

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.