get_cycle_time
Measure process throughput by computing the average cycle time (seconds between case completions) to support capacity planning.
Instructions
Return the average cycle time (seconds between case completions).
Unlike get_case_durations (which measures elapsed time per case),
cycle time measures throughput — inter-completion delay at the process
level. Useful for capacity planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||