Get Workflow Execution
Retrieves a workflow run for a given workflow. When request parameter showDetails is set to true additional information will be retrieved. In this case the result contains current execution stack of the workflow run.
workflowId
executionId
showDetails
expand
The request is successful
{
"statistic": {
"total-time": 0,
"token-blocked": 0,
"token-system": 0,
"token-user": 0,
"token-wait": 0,
"activities": [
{
"total-time": 0,
"number-of-executions": 0,
"max-time": 0,
"activities": [
"activity-statistics Object"
],
"number-of-transitions": 0,
"id": "string"
}
],
"plugins": [
{
"total-time": 0,
"number-of-executions": 0,
"details": [
{
"value": 0,
"key": "string"
}
],
"plugin-name": "string"
}
],
"number-of-transitions": 0,
"total-number-of-transitions": 0,
"id": "string",
"token-size": 0
},
"start-date": "string",
"workflow-item": [
{
"displayName": "string",
"parameter": [
{
"scope": "string",
"name": "string",
"encrypt-value": false,
"description": "string",
"type": "string",
"value": {
"objectType": "string"
},
"updated": false
}
],
"name": "string",
"workflowDisplayName": "string",
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
]
}
}
],
"started-by": "string",
"content-exception": "string",
"inputParameters": [
{
"scope": "string",
"name": "string",
"encrypt-value": false,
"description": "string",
"type": "string",
"value": {
"objectType": "string"
},
"updated": false
}
],
"workflowAttributes": [
{
"scope": "string",
"name": "string",
"encrypt-value": false,
"description": "string",
"type": "string",
"value": {
"objectType": "string"
},
"updated": false
}
],
"current-item-display-name": "string",
"end-date": "string",
"name": "string",
"href": "string",
"id": "string",
"state": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
]
},
"current-item-for-display": "string",
"business-state": "string",
"outputParameters": [
{
"scope": "string",
"name": "string",
"encrypt-value": false,
"description": "string",
"type": "string",
"value": {
"objectType": "string"
},
"updated": false
}
]
}
start-date
started-by
content-exception
current-item-display-name
end-date
name
href
id
state
current-item-for-display
business-state
No content
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