Acerca de
This skill provides specialized architectural guidance for building reliable distributed systems using Temporal. It helps developers master the critical distinction between deterministic Workflows and non-deterministic Activities, ensuring state is preserved across failures. By implementing patterns such as Sagas for distributed transactions, long-lived entity workflows, and parallel fan-out/fan-in execution, the skill ensures high resilience and consistency. It is particularly useful for complex backend services requiring automatic retries, compensation logic, and strict adherence to determinism constraints in high-scale environments.