ExecutionViewData
The execution object contains all the details of scheduled execution instance.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
id |
The execution's system ID |
- |
string |
|
startDate |
The execution's start date |
- |
string |
date-time |
endDate |
The execution's end date |
- |
string |
date-time |
outputType |
The type's of output enumeration |
- | ||
successPct |
Percentage of the execution's tasks that succeeded |
- |
number |
float |
successCount |
- |
integer |
int32 |
|
partialSuccessPct |
Percentage of the execution's tasks that partially succeeded |
- |
number |
float |
partialSuccessCount |
- |
integer |
int32 |
|
failedPct |
Percentage of the execution's tasks that failed |
- |
number |
float |
failedCount |
- |
integer |
int32 |
|
canceledPct |
Percentage of the execution's tasks that were canceled |
- |
number |
float |
canceledCount |
- |
integer |
int32 |
|
runningPct |
Percentage of the execution's tasks that are running |
- |
number |
float |
runningCount |
- |
integer |
int32 |
|
pendingPct |
Percentage of the execution's tasks that are pending |
- |
number |
float |
pendingCount |
- |
integer |
int32 |
|
triggerStoppedPct |
Percentage of the execution's tasks that stopped after trigger evaluation |
- |
number |
float |
triggerStoppedCount |
- |
integer |
int32 |
|
items |
The a list of tasks in the execution |
- | ||
error |
- |
string |