volume_mute

Scenario: Looking at the process model provided, the BA observes a Parallel Gateway (AND) that splits into two tasks, but only one task returns to an Exclusive Gateway (OR) before the end event. What is the logic error here?

publish date2026/03/12 21:18:45.249107 UTC

volume_mute
Process Model — Parallel Gateway Logic Error Start Review Application (Task A) AND Split Path 1 Credit Check (Task B) Path 2 Document Review (Task C) ? XOR End ⚠ Task C has no path back to XOR Gateway or End Event AND (Parallel) XOR (Exclusive) Missing flow

Correct Answer

The model contains a "lack of synchronization" error.

Explanation

In BPMN, paths split by a Parallel Gateway must be synchronized (joined) by another Parallel Gateway to ensure both paths complete before the process moves forward.

Reference

go-math-science.com


Quizzes you can take where this question appears