Skip to main content
POST
/
api
/
v1
/
workflows
/
{workflowId}
/
start
{
  "workflowRunId": "<string>"
}

Path Parameters

workflowId
string
required

The unique identifier of the workflow definition to start.

Body

application/json

The body is of type unknown.

Response

Workflow initiated successfully, returning the ID for the run instance.

Workflow initiated successfully, returning the ID for the run instance.

workflowRunId
string
required

The unique identifier for this specific execution of the workflow.