12.10 Manage Saga Transactions
- Complete a Saga Transaction
To complete the transaction, the transaction initiator service calls Transaction Manager for Microservices, and then the Transaction Manager for Microservices calls each participant service's complete callback URI. - Compensate a Saga Transaction
Compensates or cancels a Saga transaction. To compensate the transaction, the transaction initiator service calls the transaction coordinator, and then the transaction coordinator calls each participant service's compensate callback URI.
Parent topic: Manage Transactions Using the Web Console