Start Workflow Execution
Instantiates a workflow run, by using the passed parameters. The workflow run is asynchronous, so the call returns a pointer to a task that can be used to track the workflow run.
workflowId
executionContext
{
"parameters": [
{
"description": "string",
"encryptValue": false,
"name": "string",
"scope": "string",
"type": "string",
"updated": false,
"value": {
"inputType": "string"
}
}
]
}
Workflow execution instance has been created
"WsWorkflowExecution Object"
businessState
contentException
currentItemDisplayName
endDate
id
Definition of WsParameter.
name
Definition of WsParameter.
Definition of Relations.
startDate
startedBy
state
The request is invalid(validation error)
The user is not authorized
Forbidden
Cannot find a workflow with the specified ID or the user does not have 'read' access rights for that workflow
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/workflows/{workflowId}/executions