Can anyone explain the difference between the usage of XOR and OR gateway through a real world business process?...
OriginalPostID-74453
Discussion posts and replies are publicly visible
I do not see a difference between OR and XOR when there is only one input and multiple outputs and at any time only one output will be chosen. Is that right?
No. For an XOR ("Exclusive OR") there can only be ONE outbound transition executed from the XOR gateway. For an OR it could be one or many (even all) of the outbound transitions could be executed.
OR All cases that evaluate true result in a process flow, at minimum none, at most all of them.
XOR Only the first condition that evaluates true will be selected and move forward.