Summary
Three related gaps in the Workflows console surface:
- Node selection is entirely missing on the visual canvas —
frontend/src/views/workflows/graph.ts has zero click/select interaction today.
- Manual editing already exists (
WorkflowCreateDialog.tsx is a full CRUD editor) but isn't wired to the canvas — you can't click a node and edit it inline.
- "Pilot" mode doesn't exist — no code anywhere lets an operator drive/step a live run from the canvas, only passively view it.
Also folds in #1923 (globals aren't editable in general — this epic scopes the workflow slice of that broader ask).
Plan
Part of
September 2026 roadmap.
Summary
Three related gaps in the Workflows console surface:
frontend/src/views/workflows/graph.tshas zero click/select interaction today.WorkflowCreateDialog.tsxis a full CRUD editor) but isn't wired to the canvas — you can't click a node and edit it inline.Also folds in #1923 (globals aren't editable in general — this epic scopes the workflow slice of that broader ask).
Plan
WorkflowCreateDialoginline editing to the selected canvas nodePart of
September 2026 roadmap.