Create a new workflow in draft status. Populate nodes + edges via updateWorkflowNodes, then activate.
draft status. No nodes or edges are created — the canvas starts empty. Typical flow:
createWorkflow with a nameupdateWorkflowNodes with the full graph (at minimum: one signal_trigger node and one action node)activateWorkflow to flip status to activeactivateWorkflow is called.Related: List workflows, Update a workflow, Delete a workflow.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workflow created in draft status.