Update a workflow
PATCH/api/v1/workflows/:workflow_id
Updates a workflow definition. Structural changes (states/transitions) are re-validated. Existing tasks in a removed state stay put but can only leave via transitions valid in the new definition.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Workflow updated
Bad request (invalid definition)
Unauthorized
Forbidden
Workflow not found