01Implements the Saga pattern for distributed transactions with automated compensation logic.
02Enforces determinism constraints and state management best practices for Temporal workflows.
03Distinguishes between orchestration logic (Workflows) and external interactions (Activities).
04Provides patterns for entity lifecycles, async callbacks, and parallel task execution.
05Optimizes error handling with customized retry policies and idempotency strategies.
060 GitHub stars