Durable workflow execution records process state outside a single running program. If a worker stops, a service restarts, or an external call fails, the workflow can resume from a known point instead of losing all progress.
This is important for agent workflows that coordinate research, drafting, scoring, review, and human tasks. Durable state supports retries, timeouts, checkpoints, and isolation of individual failures.

