POST
/
workflows
/
{workflow_id}
/
commit
{
  "workflow_id": "<string>",
  "status": "success",
  "message": "<string>",
  "errors": [
    {
      "ok": true,
      "message": "<string>",
      "detail": "<any>",
      "action_ref": "<string>"
    }
  ],
  "metadata": {}
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workflow_id
required

Query Parameters

workspace_id
string
required

Response

200
application/json
Successful Response
workflow_id
string
required
status
enum<string>
required
Available options:
success,
failure
message
string
required
errors
object[] | null
metadata
object | null