-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Workflows page shows false empty state when no project/cwd is selected #1173
Copy link
Copy link
Closed
Labels
P2Medium priority - Backlog, when time permitsMedium priority - Backlog, when time permitsarea: serverHTTP server (packages/server) - API routes, SSE, adaptersHTTP server (packages/server) - API routes, SSE, adaptersarea: webWeb UI (packages/web) - React frontendWeb UI (packages/web) - React frontendarea: workflowsWorkflow engineWorkflow enginebugSomething is brokenSomething is brokeneffort/lowSingle file or function, one responsibility, isolated changeSingle file or function, one responsibility, isolated change
Metadata
Metadata
Assignees
Labels
P2Medium priority - Backlog, when time permitsMedium priority - Backlog, when time permitsarea: serverHTTP server (packages/server) - API routes, SSE, adaptersHTTP server (packages/server) - API routes, SSE, adaptersarea: webWeb UI (packages/web) - React frontendWeb UI (packages/web) - React frontendarea: workflowsWorkflow engineWorkflow enginebugSomething is brokenSomething is brokeneffort/lowSingle file or function, one responsibility, isolated changeSingle file or function, one responsibility, isolated change
Summary
.archon/workflows/files when no project/cwd is selected, even though bundled default workflows exist.minorSteps to Reproduce
/api/workflowswithout acwd.Expected vs Actual
/api/workflowsreturns an empty list and the UI saysNo workflows found. Add workflow definitions to .archon/workflows/.User Flow
Environment
NoLogs
Impact
NoScope
server|web|workflowsserver:routes/api (/api/workflows),web:WorkflowListPotential Root Cause
GET /api/workflowsreturns{ workflows: [] }immediately when there is nocwdquery param and no registered codebase fallback./app/.archon/workflows/defaults.