Workflows
The durable-DAG cluster — the primitives for reliable, database-backed task pipelines. A Workflow is a DAG of Tasks; a Context carries typed data between them; a Runner executes the workflow against a database with retries and recovery.
Each page describes the object once, with both its Rust and Python interfaces.