#761 Fix statistics API using wrong column workflow_definition instead of workflow_name
Description
EditThe 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 AllLoading audit history...