소개
This skill provides comprehensive guidance on building reliable distributed systems using Temporal's workflow orchestration engine. It facilitates the implementation of complex business logic by enforcing the strict separation of deterministic workflows from side-effect-heavy activities, ensuring that long-running processes can survive infrastructure failures. Whether implementing the Saga pattern for distributed transactions or managing entity lifecycles with an actor-model approach, this skill helps developers navigate critical design decisions like idempotency, retry policies, and versioning strategies for production-grade backend services.