关于
This skill provides specialized guidance for designing and implementing resilient distributed systems with Temporal. It covers the critical architectural split between deterministic orchestration logic (Workflows) and non-deterministic external interactions (Activities). Users can master complex patterns such as Sagas for distributed transactions, entity-based workflows for state management, and fan-out/fan-in for parallel execution. By adhering to the determinism and idempotency constraints outlined, developers can build long-running processes that automatically survive infrastructure failures and network interruptions.