>_
.issue.db
/highway
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #828
Update issue details
Title *
Description
api/blueprints/v1/workflows.py:804 _status_keys = (completed,failed,running,pending,sleeping,paused,cancelled) — missing 'orphaned', so orphaned runs cannot be filtered in the list endpoint (invisible to status-filtered dashboard views). api/middleware/validators.py:16 VALID_WORKFLOW_STATUSES is missing paused/cancelled/orphaned AND appears to have zero usages (dead constant — wire it or delete it). Single source of truth suggestion: one canonical status tuple imported everywhere, asserted against the DB CHECK constraint in a test.
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