Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For Developers | Optimize REST Services API | Process Analytics REST API Services | Stage Instances for a Process Instance | Output Parameters
 
Output Parameters
The following table describes the output parameters.
breach
Returns “TRUE” or “FALSE” to indicate whether the stage was breached.
cycleTime
Returns the average stage instance cycle time for the process instance in milliseconds or returns -1 if no cycle time is available.
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.
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 time as Java epoch.
stageState
Returns the state of the stage instance. Valid values are "RUNNING", "COMPLETE", “INCOMPLETE”.