cancel
Showing results for 
Search instead for 
Did you mean: 

Move to one task from multiple user tasks

jatz
Champ in-the-making
Champ in-the-making
We have a activiti process with multiple user tasks.  For a few of these tasks (say user task 1, 2 and 3) we want to have an option to move to task 5 on a certain action.

I have tried to model it using a sub process, but this seems to be complicated for what could be a simple scenario.

Also using a gateway for each task could be an overkill as we will end up evaluating all these user tasks.

Do you have any suggestions how this could be done using 5.11?

1 REPLY 1

dognose
Champ in-the-making
Champ in-the-making
connect task 1,2,3 with task 5, and add a condition to that arrows, like

${goToTask5}

then, on your "action button", simple set that flag and complete task 1,2,3.