Stage Cycle Times
This service returns aggregated stage cycle time data for each stage related to the specified process and time range. The data is derived from the stage' instances that were completed during the given time range. Cycle time statistical calculations can be derived from either the optional statsInterval parameter or from the size of the given range.
The following table lists the time ranges and the statistical intervals.
Time Range | Statistical Interval |
<= 12 hours | 1 hour |
<= 2 days | 4 hours |
<= 2 weeks | 1 day |
<= 4 weeks | 1 week |
> 4 weeks | 4 weeks |
The URL format is as follows:
http://${optimize host}:${port}/services/rest/api/ProcessAnalytics/StageCycleTimes?processModelId=${processModelId}&startTime=${startTime}&endTime=${endTime}&statsInterval=${statsInterval}