I have the scenario that my process can come to a point where i have to go back to a branch within a parallel gateway.
My process got stock when moving from Task Foo back to Task B-3 (either with a path or with the modify command).
What is the proper way to handle this? For a temporarily solution i try to either create a another token or modify and move it directly to Foo.
Yes, it will work using inclusive gateways but I don’t think it is a good practice from modeling perspective.
I prefer to differentiate parallel work from non-parallel work.