Load Execution
Retrieves a specific workflow execution user interaction presentation instance. To retrieve the user interaction presentation localized, add Accept-Language header, with the appropriate locale. In advance, localization resource should be present for the workflow of the user interaction, otherwise it defaults to the standard user interaction presentation.
workflowId
executionId
presentationExecutionId
The request is successful
{
"valid": false,
"name": "string",
"description": "string",
"start-date": "string",
"href": "string",
"id": "string",
"started-by": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
]
},
"object-id": "string",
"steps": [
{
"hidden": false,
"display-name": "string",
"elements": [
{
"hidden": false,
"display-name": "string",
"description": "string",
"messages": [
{
"severity": "string",
"Details": "string",
"code": "string",
"Summary": "string"
}
],
"id": "string"
}
],
"description": "string",
"messages": [
{
"severity": "string",
"Details": "string",
"code": "string",
"Summary": "string"
}
],
"readOnly": false,
"id": "string"
}
],
"parameters": [
{
"scope": "string",
"name": "string",
"description": "string",
"type": "string",
"value": {
"objectType": "string"
},
"updated": false
}
]
}
valid
name
description
start-date
href
id
started-by
object-id
The user is not authorized
The user does not have 'read' access rights for that workflow
Cannot find a workflow with the specified ID