Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For Developers | Optimize REST Services API | Process Analytics REST API Services | Process Instances | Output Parameters
 
Output Parameters
The following table describes the output parameters.
processInstanceId
Returns the identifier for the process instance.
displayName
Returns the custom identifier of the process instance, if such exists.
processModelId
Returns the identifier for the process model.
deploymentVersion
Returns the deployment version of the process.
processModelType
Returns the process model type, either "BPM" or "BAM". This indicates whether the process execution was orchestrated by Process Engine or not.
cycleTime
Returns the process instance cycle time in milliseconds or -1 if no cycle time is available.
instanceIteration
Returns the iteration of the process instance.
trackingStatus
Returns the tracking status of the process instance. Valid values are "STARTED", "RUNNING", "COMPLETED", "SUSPENDED", "RESUMED", "CANCELLED", "UNKNOWN".
processInstanceSeverity
Returns the process instance severity. Valid values are "NONE", "NO_DATA", "WARNING", "ERROR", "CRITICAL", "INFORMATIONAL".
startTime
Returns the process instance start time as ISO 8601.
startTimeAsJavaEpoch
Returns the process instance start time as Java epoch.
endTime
Returns the process instance end time as ISO 8601 or returns empty if no end time is available.
endTimeAsJavaEpoch
Returns the process instance end time as Java epoch or returns -1 if no end time is available.