Validate a workflow definition without saving
Check whether a workflow definition passes validation before you save or publish it. This is useful when you want to test a definition for errors or warnings without creating a new version.
Before you begin
- You have a workflow definition to validate.
- You have a valid API authorization token.
About this task
To validate from the UI instead, use the Verify workflow action in the workflow builder options menu (⋮).
Procedure
Results
- A valid definition returns
200 OKwithis_valid: true. - A definition with errors returns
422 Unprocessable Contentwith structured findings that include severity, category, and the affected node.