>_
.issue.db
/highway
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #818
Update issue details
Title *
Description
The dashboard workflows page fetches every run (days-windowed, ~9845 for a busy tenant) with no working pagination (backend ignores limit/offset; days overrides pagination) and groups them client-side, re-sorting/re-fetching on a 2.5-5s poll. Fix: new GET /api/v1/workflows/summary returns one row per definition_hash with total_runs, status_counts, latest_created_at, and latest N runs (default 10) + metadata totals - so the client renders the grouped list from ~hundreds of small rows. Backend done; dashboard consumer next.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel