Patch workflow metadata. Nodes + edges are managed separately.
name, description, or trigger_config. Nodes and edges are owned by the graph endpoint and can’t be changed via PATCH; use updateWorkflowNodes for those.
updateWorkflowNodes, the server reads the signal_trigger node’s config and mirrors it onto the parent workflow. Setting trigger_config here directly is unusual — prefer editing the trigger node.Related: Get a workflow, Delete a workflow.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workflow UUID.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Workflow updated.