When creating a process model, you need an incoming path to continue down one or more paths based on the logic you set.
Which gateway node should you use?
When creating a process model, you need an incoming path to continue down one or more paths based on the logic you set.
Which gateway node should you use?
When creating a process model and you need an incoming path to continue down one or more paths based on the logic you set, the appropriate gateway node to use is the XOR (exclusive OR) gateway. The XOR gateway allows the process to proceed along one of the multiple paths based on the decision logic. It ensures that only one path, the one that satisfies the condition, is taken. The OR gateway suggests that multiple paths can be taken simultaneously, which doesn't strictly align with the requirement of choosing based on logic to continue down one or more paths.
D - CORRECT