{
"workflowRunId": "<string>"
}{
"error": "<string>",
"message": "<string>",
"statusCode": 123,
"details": {}
}{
"error": "<string>"
}v1
Start workflow
Starts a workflow by its ID.
POST
/
api
/
v1
/
workflows
/
{workflowId}
/
start
{
"workflowRunId": "<string>"
}{
"error": "<string>",
"message": "<string>",
"statusCode": 123,
"details": {}
}{
"error": "<string>"
}Path Parameters
The unique identifier of the workflow definition to start.
Body
application/json
The body is of type any.
Response
Workflow initiated successfully, returning the ID for the run instance.
The unique identifier for this specific execution of the workflow.