What is a Durable Workflow?#
A durable workflow is a long‑running, stateful business process that automatically remembers where it left off, survives crashes or restarts, and can resume or retry instead of starting over.
Unlike a simple script that runs …