Appian Associate Developer (ACD100) — Question 38
You connected multiple input paths to an XOR gateway in a loop.
What will happen when the second input flow reaches the gateway?
Answer options
- A. All input flows will execute.
- B. The first flow executes successfully, and the remaining will wait indefinitely.
- C. The first flow executes successfully, and the remaining will throw an error.
- D. The first flow executes successfully, and the remaining will be skipped.
Correct answer: D
Explanation
The correct answer is D because in an XOR gateway, once one input path is taken, any subsequent input paths are ignored or skipped. Options A, B, and C are incorrect as they suggest that other flows will either execute or wait, which contradicts the behavior of an XOR gateway that allows only one flow to proceed.