I am trying to model a workflow where at the beginning it is linear and then when it reaches a point/ user - that user acts a co-ordinator/ hub and directs it to one of multiple points.
4'
^
1 > 2 > 3 > H > 4"'
V
4"
The process can be ended by users at H and 4"' but when assigned to 4' and 4" it needs to return back to user at H
I hope the drawing above and text is reasonably clear.
Is there a way to do this in Activiti?
Thanks