Headers
The method for parsing start data. This is experimental, and may change in the future.
Available options:
standard
, top-level
Path Parameters
The slug of the workflow definition to start.
Body
application/json · any
The body is of type any
.
Response
Workflow initiated successfully.
The ID of the newly started workflow run. This can be used to check its status or cancel the run.
The ID of the first task in the workflow run, or null if the workflow completes synchronously or has no starting task.