Closed workflow avg cycle time (days)
Average wall-clock days from instance creation to closure for closed workflows.
workflowDQ pass
workflow.avg_cycle_time_days
—
days · 5/3/2026, 4:46:18 AM
- Source
- workflow-engine (mvp-06)
- Owner
- PMO
- Versions
- 1
30-day trend
Current published version
Published 5/2/2026 by seed-script
v1
Formula
avg(closed_at - created_at) where closed_at is not null
Source SQL
select round(avg(extract(epoch from (closed_at - created_at)) / 86400.0)::numeric, 2) as value
from workflow_instances
where closed_at is not nullData-quality assertions (1)
- rangeNon-negative dayserror
Recent snapshots (2)
| Captured | Value | DQ | Notes |
|---|---|---|---|
| 5/3/2026, 4:46:18 AM | — | DQ pass | |
| 5/2/2026, 6:43:21 PM | — | DQ pass |