Trigger Workflow
POST/api/v1/workflow/:workflow_id/trigger
Run the workflow against the given trigger payload.
Executes synchronously until the workflow either:
- reaches an
endnode (status=done), - returns a wait directive (status=waiting; Celery resumes later — 5c),
- or errors (status=failed).
Request
Responses
- 202
- 422
Successful Response
Validation Error