Temporal Workflow Safety

Keep Temporal worker and workflow changes deterministic and recoverable.

onfire7777 82a6c4a 461 B Updated

File contents

Temporal Workflow Safety

  • Keep workflow logic deterministic.
  • Avoid hidden network, time, random, or filesystem dependencies inside workflows.
  • Put side effects behind activities.
  • Add tests for retry, failure, and idempotency behavior when workflow logic changes.
  • Verify worker health and queue assumptions before readiness.

onfire7777/five-agent-dev-team/tree/main/.agents/skills/temporal-workflow-safety commit 82a6c4a337

Frequently asked questions

npx skillmds@latest add onfire7777/temporal-workflow-safety