
Durable Execution Is Not a Workflow
IMPORTANT Durable execution is a crash insurance for a long-running software. It is not a business process, and adopting it does not mean your organization “has a workflow.” What it actually solves A program holds its state in memory, and memory does not survive the program. When a process dies halfway through a job, everything it knew is gone: which step it reached, which steps already completed, whether the payment went out once or twice. Regardless of the job. ...