New request
#20766: Wrong workflow name in command menu
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
prio: mediumsonarly:medium
Scenario:
- Log in
- Create new workflow with manual trigger (must be unpinned so it'll appear in command menu)
- Fulfill workflow trigger to see it in command menu
Actual: "Manual trigger" appears in command menu instead of workflow's name
<img width="405" height="919" alt="Image" src="https://github.com/user-attachments/assets/93a154d6-c8bf-468d-85c4-bde6b473f46c" />Expected: Workflow's name appears in command menu
Assessmentadvisory
bug● easy95% confidence
Command menu incorrectly surfaces the manual trigger label instead of the parent workflow name for unpinned workflows.
Likely files
- packages/twenty-front/src/modules/command-menu/components/CommandMenu.tsx
- packages/twenty-front/src/modules/command-menu/hooks/useCommandMenu.ts
- packages/twenty-front/src/modules/workflow/hooks/useWorkflowsInCommandMenu.ts
Create the request