Validate a definition
POST/workflows/definitions/:id/validate
Dry-run validation of a definition (graph shape plus step configs) with no writes. Always returns 200; inspect valid and errors.
Request
Responses
- 200
- 4XX
- 5XX
The validation verdict, valid or not.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.