How to handle redoing branches in parallel

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.

using Inclusive gateways without condition did the trick

1 Like

Hi @chris_sol,

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.

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