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?