Start Workflow Execution
Creates a new instance of a workflow's run, by using the passed parameters. The workflow run is an asynchronous, so the call does not return a response body.
workflowId
{
"executionId": "string",
"parameter": [
{
"description": "string",
"value": {
"objectType": "string"
},
"type": "string",
"name": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
],
"profilerOptions": {
"enabled": false,
"debuggerEnabled": false
}
}
successful operation
"workflow-execution Object"
href
relations
id
state
inputParameters
outputParameters
start-date
end-date
business-state
started-by
name
content-exception
current-item-display-name
workflow-item
workflowAttributes
current-item-for-display
statistic
The request is successful
The request is invalid(validation error)
The user is not authorized
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}/vco/api/workflows/{workflowId}/executions