#761 Fix statistics API using wrong column workflow_definition instead of workflow_name

closed high Created 2026-01-01 23:13 · Updated 2026-01-01 23:17

Description

Edit
The statistics API endpoints were using workflow_definition column which doesn't exist in workflow_run table. The table has workflow_name (varchar) instead. Fixed by updating statistics.py to use workflow_name.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...