Skip to main content

Endpoint

Request Body

WorkflowDefinition
required
Workflow graph to validate.

Response

{ valid: boolean; errors: string[] }
Validation result and error messages.

TypeScript