What is the difference between And Or Xor Gateways?

Anybody Can Explain?

  Discussion posts and replies are publicly visible

Parents
  • Hi tirumalar,
    OR Gateway: An OR Gateway directs incoming flows to one of many possible output paths, based on the condition(s) you set.
    If all conditions evaluate as False, you can also specify a path to follow. If any condition has an output that can't be
    evaluated as either True or False, the node does not open any output paths.
    XOR Gateway: The exclusive (XOR) gateway connects one incoming path with a single outgoing path. The outgoing path is chosen from
    a number of possible paths and determined by one or more conditions that you set.
    When multiple incoming flows are connected to the XOR gateway, it allows the first flow token through to an exclusive
    outgoing flow. Subsequent flow tokens wait for all incoming flows to arrive before executing the output flow decision.
    Thanks,
    ravalik
Reply
  • Hi tirumalar,
    OR Gateway: An OR Gateway directs incoming flows to one of many possible output paths, based on the condition(s) you set.
    If all conditions evaluate as False, you can also specify a path to follow. If any condition has an output that can't be
    evaluated as either True or False, the node does not open any output paths.
    XOR Gateway: The exclusive (XOR) gateway connects one incoming path with a single outgoing path. The outgoing path is chosen from
    a number of possible paths and determined by one or more conditions that you set.
    When multiple incoming flows are connected to the XOR gateway, it allows the first flow token through to an exclusive
    outgoing flow. Subsequent flow tokens wait for all incoming flows to arrive before executing the output flow decision.
    Thanks,
    ravalik
Children
No Data