{ "workflow_id": "<string>", "status": "success", "message": "<string>", "errors": [ { "ok": true, "message": "<string>", "detail": "<any>", "action_ref": "<string>" } ], "metadata": {} }
Commit a workflow.
This deploys the workflow and updates its version. If a YAML file is provided, it will override the workflow in the database.
Successful Response
The response is of type object.
object
Was this page helpful?