You connected multiple input paths to an XOR gateway in a loop.
What will happen when the second input flow reaches the gateway?
According to Appian Documentation (XOR Gateway), when multiple input flows are connected to an XOR gateway, the first flow token through to an exclusive outgoing flow, and subsequent flow tokens wait for all incoming flows to arrive before executing the output flow decision. Therefore, when the second input flow reaches the XOR gateway, it will wait for all the other incoming flows to arrive before the output flow decision is made.
Currently there are no comments in this discussion, be the first to comment!