Task Graph / DAG
Why it matters: Compose multi-step workflows that depend on each other.
Graph primitive where nodes are tasks and edges are dependencies, with fan-out, fan-in, and conditional branching.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/graphs | Submit a DAG |
GET | /v1/graphs/:id | Get graph status |
POST | /v1/graphs/:id/cancel | Cancel a graph |