{
"workflowRunId": "<string>"
}
Starts a workflow by its ID.
{
"workflowRunId": "<string>"
}
The unique identifier of the workflow definition to start.
The body is of type any
.
Workflow initiated successfully, returning the ID for the run instance.