breach | Returns “TRUE” or “FALSE” to indicate whether the stage was breached. |
cycleTime | Returns the stage instance cycle time in milliseconds or returns -1 if no cycle times are available. |
processInstanceId | Returns the process instance identifier. |
stageId | Returns the identifier for the stage. |
stageInstanceId | Returns the identifier for the stage instance. |
stageName | Returns the name of the stage. |
startTime | Returns the stage instance start time as ISO 8601. |
startTimeAsJavaEpoch | Returns the stage instance start instance time as Java epoch. |
endTime | Returns the stage instance end time as ISO 8601 or returns empty if no end time is available. |
endTimeAsJavaEpoch | Returns the stage instance end time as Java epoch or returns -1 if no end time is available. |
stageState | Returns the state of the stage instance. Valid values are "RUNNING", "COMPLETE", “INCOMPLETE”. |