Complex doesnt finish

Hello,

I have this problem:

It has 4 inputs and one ouput

but I dont know why doesnt finish at all.

Any help please?

Thank you.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Stewart Burchell

    Stewart is right, the complex gateway won't work in your case if you are running the same node in a loop. Also, based on your screenshot since the flow after your complex gateway is blue, it indicates that the gateway is already executed once in the process instance and you have a loop coming back to it which gets stuck at the 2nd iteration.

    The thing to understand with Complex gateways is that when you specify 2 incoming paths as your condition then that means 2 incoming paths for only 1 execution of the node, not multiple executions of the node.

Children
No Data