WorkflowStepAnalysisSummaryDto
Headline KPIs for the Workflow Step Analysis report.
Properties
| Name | Type | Description |
|---|---|---|
| occurrenceCount | integer | Occurrences (tasks spawned from the workflow) completed in the window - the n behind |
Occurrences (tasks spawned from the workflow) completed in the window - the n behind | ||
| avgTotalDays | number | Average days from an occurrence's actual start to its completion. Null when the cohort is empty. |
Average days from an occurrence's actual start to its completion. Null when the cohort is empty. | ||
| medianTotalDays | number | Median days from start to completion. |
Median days from start to completion. | ||
| avgClientWaitDays | number | Average days per occurrence spent in client-wait steps (waiting on the client to act). |
Average days per occurrence spent in client-wait steps (waiting on the client to act). | ||
| avgInternalDays | number | Average days per occurrence spent in internal steps (practice-side time). |
Average days per occurrence spent in internal steps (practice-side time). | ||
| totalChases | integer | Total chase messages sent across the cohort's steps. |
Total chase messages sent across the cohort's steps. | ||
JSON Example
{
"occurrenceCount": 0,
"avgTotalDays": 0,
"medianTotalDays": 0,
"avgClientWaitDays": 0,
"avgInternalDays": 0
}