01Configures robust retry policies and idempotency keys to ensure safe recovery from failures.
02Provides templates for long-lived entity workflows (Actor model) for managing persistent state.
03Distinguishes between deterministic orchestration logic and side-effect-heavy external activities.
04Implements the Saga pattern for automated compensation and rollback in distributed transactions.
05Enforces determinism constraints including workflow-safe time, randomness, and versioning.
060 GitHub stars