Validate an orchestration graph
POST/api/v1/orchestrations/validate
Statically validates an orchestration graph without persisting anything. Checks that every node has its required field, node ids are unique, edges reference existing nodes, the graph is acyclic (unless it contains a loop node), and every input_mapping {"var": "..."} reference resolves to a state key written by an upstream node or seeded by input_schema. Returns blocking errors and non-blocking warnings (e.g. a state key only written on a conditional branch). The same errors checks are enforced on create and update, which fail with 400 when any error is present.
Request
Responses
- 200
- 401
Validation result
Unauthorized