Get Workflow Step Analysis Report
For one workflow template, where does the time go? Per-step duration distributions (median/avg/best/worst/p90, active vs elapsed, skips, chases, client-wait vs internal) across every occurrence (task) spawned from the workflow and completed in the window, divided into the workflow's groups. The occurrence list is served separately (paged) by the occurrences endpoint.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| workflowCode* | query string | |
| dateRange | query string | Preset date range for the task-completion window (default Last30Days). If CustomDateRange, startDate and endDate are required. |
Preset date range for the task-completion window (default Last30Days). If CustomDateRange, startDate and endDate are required. |
||
| startDate | query string | Task-completion window start (inclusive). Only valid when dateRange=CustomDateRange |
Task-completion window start (inclusive). Only valid when dateRange=CustomDateRange |
||
| endDate | query string | Task-completion window end (inclusive). Only valid when dateRange=CustomDateRange |
Task-completion window end (inclusive). Only valid when dateRange=CustomDateRange |
||