Workflows
Pause workflow
Stop matching new inbound messages. In-flight executions continue to completion. Idempotent.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
workflowId*string
Response Body
application/json
application/json
application/json
application/json
{ "success": true, "workflow": { "id": "string", "status": "string" }}Was this page helpful?
Activate workflow
Validate the graph is runnable and set the workflow live. Once active, matching inbound messages start executions. Idempotent.
Duplicate a workflow
Create an independent copy of a workflow's graph, name, description, and account binding. The copy is created in `draft` status with fresh execution counters and a new id. Execution history is NOT copied. Useful for branching off a known-good workflow before making experimental edits.