Exact Terms Find the exact terms

Workflow Reliability term

Durable workflow

Keeps long-running work recoverable across crashes, retries, and restarts.

What it means

Plain meaning

workflow engine: Keeps long-running work recoverable across crashes, retries, and restarts.

Aliases

workflow engine, durable execution, long running workflow

Use it when your messy ask mentions

  • background steps
  • multi step job
  • recover
  • crash
  • workflow
  • long running
  • resume after failure

Prompt phrase

Evaluate whether this should be a durable workflow with persisted steps and replay-safe handlers.

Before and after

Weak ask

Fix this background steps flow.

Exact Terms ask

Evaluate whether this should be a durable workflow with persisted steps and replay-safe handlers.

Related terms