010 GitHub stars
02Provides strategies for long-lived entity workflows and parallel fan-out/fan-in execution.
03Implements the Saga pattern for distributed transactions with automated compensation logic.
04Enforces determinism constraints to ensure reliable workflow replay and state persistence.
05Architects clear separation between orchestration logic (Workflows) and external interactions (Activities).
06Guidance on idempotency, retry policies, and heartbeating for resilient service communication.