Why Output of one XOR can't be input of another XOR?

Hello,

I have attached two XOR conditionally to each other.

When i debug this process it works fine for one instance but when it executes second time it halt at highlighted node.

 

Why this is happening?

  Discussion posts and replies are publicly visible

Parents
  • Hi Shubham Aware ,

    When multiple incoming flows are connected to the XOR gateway, it allows the first flow token through to an exclusive outgoing flow.To avoid this place an empty Script Task node between the incoming flows and the XOR node when you are routing multiple flows into the XOR .In XOR each outgoing path is assigned a condition. The conditions are evaluated according to their top-to-bottom ranking.This can resolve your issue.

    Thanks,
    ravalik
Reply
  • Hi Shubham Aware ,

    When multiple incoming flows are connected to the XOR gateway, it allows the first flow token through to an exclusive outgoing flow.To avoid this place an empty Script Task node between the incoming flows and the XOR node when you are routing multiple flows into the XOR .In XOR each outgoing path is assigned a condition. The conditions are evaluated according to their top-to-bottom ranking.This can resolve your issue.

    Thanks,
    ravalik
Children
No Data