Compensation Pattern Demo - Live Workflow Visualization
+Watch each step execute in real-time with automatic compensation on failures
+Stock Reservation Failure
+ + + + +Payment Processing Failure
+ + + + +Shipping Failure
+ + + + +Successful Order Completion
+ + + + +Behind the Scenes - Compensation Pattern
+ + β Back to Demo + +throw WorkflowException(ERR_001, 409)
+ throw WorkflowException(ERR_002, 503)
+ throw WorkflowException(ERR_003, 500)
+