Skip to main content
vaishals
August 19, 2023
Question

XOR Condition

  • August 19, 2023
  • 1 reply
  • 0 views

Hi All,

Might be a silly question. But i was in a assumption that list of condition added in XOR node will be evaluated in order as it is showing if else logic. BUT in documentation, I could see in different way. 

Please let me know if my understanding is wrong. Thanks in advance!

1 reply

mathieud0001
Brainy
August 19, 2023

The documentation seems pretty clear. It doesn't evaluate in order.

There's also this bit that helps to confirm

it:

Do not stack gateway conditions such that the first condition must execute before the second condition is evaluated. To avoid this, write the primary condition into the secondary one to ensure that the desired logic takes precedence.