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 |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |
endDate |
The execution's end date |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |
outputType |
The type's of output enumeration |
- | ||
successPct |
Percentage of the execution's tasks that succeeded |
- |
number |
float |
successCount |
The execution's tasks count that succeeded |
- |
integer |
int32 |
partialSuccessPct |
Percentage of the execution's tasks that partially succeeded |
- |
number |
float |
partialSuccessCount |
The execution's tasks count that partially succeeded |
- |
integer |
int32 |
failedPct |
Percentage of the execution's tasks that failed |
- |
number |
float |
failedCount |
The execution's tasks count that failed |
- |
integer |
int32 |
canceledPct |
Percentage of the execution's tasks that were canceled |
- |
number |
float |
canceledCount |
The execution's tasks count that were canceled |
- |
integer |
int32 |
runningPct |
Percentage of the execution's tasks that are running |
- |
number |
float |
runningCount |
The execution's tasks count that are running |
- |
integer |
int32 |
pendingPct |
Percentage of the execution's tasks that are pending |
- |
number |
float |
pendingCount |
The execution's tasks count that are pending |
- |
integer |
int32 |
triggerStoppedPct |
Percentage of the execution's tasks that stopped after trigger evaluation |
- |
number |
float |
triggerStoppedCount |
The execution's tasks count that stopped after trigger evaluation |
- |
integer |
int32 |
items |
The a list of tasks in the execution |
- | ||
error |
The execution's error if exists |
- |
string |