An Azure Functions extension for writing stateful, long-running workflows in code. Like Step Functions but written as regular code instead of a visual designer — ideal for developers who prefer expressing orchestration logic programmatically.
A document approval system uses Durable Functions to pause a workflow until a manager approves, then resume automatically without losing any state.