概要
The Saga Orchestration skill provides standardized implementation patterns for handling complex, long-running business processes in distributed systems. It enables developers to coordinate multi-service transactions using either orchestration or choreography approaches, ensuring data consistency through automated compensating transactions (rollbacks) when failures occur. This skill is essential for building resilient backend services like order fulfillment systems, approval workflows, and multi-aggregate state machines where traditional ACID transactions are not feasible across service boundaries.