Move a Workflow to Draft
Use this endpoint to move a workflow back to draft status for editing. Transitions the status from inactive to draft.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Path Parameters
Unique identifier of the workflow.
Response
Indicates that the request was successful and the response contains the requested data.
Timestamp when the workflow was created.
"2026-03-17T14:30:00Z"
Human-readable description of the workflow.
"Receives a webhook trigger and logs the payment event."
Connections between nodes that define the execution flow.
Unique identifier of the workflow.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Custom key-value pairs for tagging or categorizing.
{
"team": "payments",
"environment": "sandbox"
}Unique name of the workflow.
"Payment Notification Flow"
The steps that make up this workflow.
Current lifecycle status: draft (editable), active (executable), or inactive (archived).
draft, active, inactive "active"
Timestamp of the last update.
"2026-03-17T15:00:00Z"

