Saga Pattern: In a saga, if one of the steps fails, compensating actions are executed?
to undo the successful steps. For instance, if the Payment Service fails, you can
trigger a Compensating action to cancel the previous order creation or refund the
payment.