소개
This skill provides specialized guidance for designing durable, reliable workflows in distributed systems using Temporal. It helps developers master the critical separation between deterministic orchestration logic (Workflows) and non-deterministic external interactions (Activities). By implementing patterns like Sagas for distributed transactions, Entity Workflows for actor-model state management, and Fan-out/Fan-in for parallel processing, this skill ensures that complex business processes remain consistent and resumable even in the face of infrastructure failures.