Demo · sample data, not for production use · request the real tool →

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 null

Data-quality assertions (1)

  • rangeNon-negative dayserror

Recent snapshots (2)

CapturedValueDQNotes
5/3/2026, 4:46:18 AMDQ pass
5/2/2026, 6:43:21 PMDQ pass