volume_mute

The "Order" state diagram shows transitions: New -> Pending -> Shipped -> Delivered. There is no transition from Shipped -> Cancelled. If a customer cancels an order that is already on the delivery truck, what must the BA do to the model?

publish date2026/03/24 21:25:59.374167 UTC

volume_mute
New Pending Shipped Delivered Cancelled ?

Correct Answer

Add a transition from "Shipped" to "Cancelled" with a trigger "Return to Warehouse"

Explanation

Models must reflect real-world business rules, including "Reverse" flows.

New Pending Shipped Delivered Cancelled Return to Warehouse

Reference

go-math-science.com


Quizzes you can take where this question appears