Update workflow status
PATCH/workflows/:key/status
Change a workflow's lifecycle status. This is the single endpoint for activating,
pausing, archiving, or returning a workflow to draft — there are no separate
/activate or /pause endpoints. Set status to active to activate and
paused to pause.
Request
Responses
- 200
- 400
- 404
Workflow status updated
Invalid status value or disallowed status transition
Workflow not found