API Docs / Schemas / WorkflowStepAnalysisSummaryDto

WorkflowStepAnalysisSummaryDto

Headline KPIs for the Workflow Step Analysis report.

Properties

Name Type Description
occurrenceCountinteger

Occurrences (tasks spawned from the workflow) completed in the window - the n behind
every distribution in the report.

Occurrences (tasks spawned from the workflow) completed in the window - the n behind
every distribution in the report.

avgTotalDaysnumber

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.

medianTotalDaysnumber

Median days from start to completion.

Median days from start to completion.

avgClientWaitDaysnumber

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).

avgInternalDaysnumber

Average days per occurrence spent in internal steps (practice-side time).

Average days per occurrence spent in internal steps (practice-side time).

totalChasesinteger

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
}

Contained in Schemas