← All primitives

Task Graph / DAG

planned P1 /v1/graphs

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.

GitHub issue →

API endpoints

MethodPathDescription
POST/v1/graphsSubmit a DAG
GET/v1/graphs/:idGet graph status
POST/v1/graphs/:id/cancelCancel a graph