Acerca de
This skill provides comprehensive guidance on architecting distributed systems with Temporal, focusing on the critical separation between orchestration logic (Workflows) and execution logic (Activities). It equips developers with patterns for implementing the Saga pattern for distributed transactions, entity-based workflows, and parallel execution, ensuring that long-running processes remain deterministic and resilient to infrastructure failures. By providing clear boundaries and implementation strategies, it helps teams build systems that automatically preserve state and recover gracefully from service interruptions.