Durable execution
Automation & SystemsDurable execution
Also: durable workflow
Some workflows run for minutes, hours, or days, or pause waiting on a human or an external system. Durable execution means the engine remembers exactly where each one was, so a server restart or a crash in the middle does not lose the work or repeat it.
It is what makes long, multi-step automations trustworthy. Without it, any interruption risks a half-finished job or a duplicated action. With it, the process simply picks up where it stopped.
Related terms