New request
#14408: Workflow - The statuses on the list view and the workflow page are not consistent
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: medium
Bug Description
It is not rare that the status on the list view is not the one from the workflow page itself. From a user's perspective, seeing this gives the impression something is broken. As a user, I would expect to see consistent label - the one of the live version.
Example:
<img width="1136" height="158" alt="Image" src="https://github.com/user-attachments/assets/7e97dc15-5520-4c58-958e-2c6dd943106d" /> <img width="3414" height="1538" alt="Image" src="https://github.com/user-attachments/assets/d615aa0b-20ac-4938-a13f-557f75b9b1bb" />Technical inputs
This is something we discussed with @thomtrp and it seems to be related to the different versions of the workflows.
Assessmentadvisory
bug●● medium80% confidence
Workflow status label in list view derives from a different version snapshot than the detail page.
Likely files
- packages/twenty-front/src/modules/views/components/RecordTable.tsx
- packages/twenty-front/src/modules/workflow/components/WorkflowDetailPage.tsx
- packages/twenty-server/src/engine/core-modules/workflow/workflow-version.service.ts
- packages/twenty-server/src/engine/metadata-modules/workflow/workflow.service.ts
Create the request