When an XOR node with more than one input evaluates for the second time in a process instance, the process remains active on that node and never continues:
This is expected behavior as per the XOR gateway documentation:
"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."
For any XOR node with multiple incoming flows that is both:
Modify the process model so that each incoming flow has a separate XOR node with only a single input.
For active process instances affected by this, there are two possible options.
Manually start the next node that is expected to execute based on the XOR gateway logic.
Manually edit the process instance flow according to the Action section above.
This article applies to all versions of Appian.
Last Reviewed: August 2020