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
{
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"attribute": [
{
"displayValue": "string",
"value": "string",
"name": "string"
}
],
"href": "string",
"type": "string",
"rel": "string"
}
]
},
"id": "string",
"state": "string",
"inputParameters": [
{
"description": "string",
"value": {
"objectType": "string"
},
"type": "string",
"name": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
],
"outputParameters": [
{
"description": "string",
"value": {
"objectType": "string"
},
"type": "string",
"name": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
],
"start-date": "string",
"end-date": "string",
"business-state": "string",
"started-by": "string",
"name": "string",
"content-exception": "string",
"current-item-display-name": "string",
"workflow-item": [
{
"name": "string",
"displayName": "string",
"workflowDisplayName": "string",
"parameter": [
{
"description": "string",
"value": {
"objectType": "string"
},
"type": "string",
"name": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
],
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"attribute": [
{
"displayValue": "string",
"value": "string",
"name": "string"
}
],
"href": "string",
"type": "string",
"rel": "string"
}
]
}
}
],
"workflowAttributes": [
{
"description": "string",
"value": {
"objectType": "string"
},
"type": "string",
"name": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
],
"current-item-for-display": "string",
"statistic": {
"activities": [
{
"activities": [
"activity-statistics Object"
],
"id": "string",
"total-time": 0,
"number-of-executions": 0,
"number-of-transitions": 0,
"max-time": 0
}
],
"id": "string",
"total-time": 0,
"number-of-transitions": 0,
"total-number-of-transitions": 0,
"token-size": 0,
"token-blocked": 0,
"token-system": 0,
"token-user": 0,
"token-wait": 0,
"plugins": [
{
"details": [
{
"key": "string",
"value": 0
}
],
"plugin-name": "string",
"total-time": 0,
"number-of-executions": 0
}
]
}
}
href
id
state
start-date
end-date
business-state
started-by
name
content-exception
current-item-display-name
current-item-for-display
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