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 | Stage Instances Result Example
 
Stage Instances Result Example
<results>
<stageInstances>
<stageInstance xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:type="stageInstance">
<breach>false</breach>
<cycleTime>37000</cycleTime>
<endTime>2014-08-01T12:02-06:00</endTime>
<endTimeAsJavaEpoch>1406916129618</endTimeAsJavaEpoch>
<processInstanceId>2x5rfd</processInstanceId>
<stageId>18227992-9deb-46b3-b0f7-618ffa2948a5</stageId>
<stageInstanceId>355</stageInstanceId>
<stageName>stage1</stageName>
<startTime>2014-08-01T12:01-06:00</startTime>
<startTimeAsJavaEpoch>1406916092618</startTimeAsJavaEpoch>
<stageState>COMPLETE</stageState>
</stageInstance>
</stageInstances>
</results>