Describe the problem/error/question
I’m testing out the latest v2.4.6 on railway. It’s nice UI, but i’m not sure if the issue i’m facing is a bug or was intended like that. The issue is with the Schedule Trigger activation status.
The problem:
- Unclear about the ‘orange’ status indicator on the canvas Publish button. The docs only mentioned the ‘green’ publish state. So orange status means what actually?
- I assume that the v2 publish has some sort of similar function as Active toggle on v1, but for this case, on v1 when I Deactivated the schedule trigger ==> the Active toggle automatically Deactivated, hence stopping all production execution, which was what I’m familiar with.
- But the same workflow on v2, when i Deactivated the Schedule Trigger, the Publish button got ‘orange’ indicator (maybe warning indicator), but this action does not actually stop prod execution until I manually go to the 3 dots and then click unpublish (which i think has the same purpose of Active toggle on v1).
- Or maybe i’m missing any settings/env that can be used for this purpose?
Suggestions:
- If possible, when deactivating certain triggers, it’s good to automatically unpublish the workflow (similar to v1).
- Or maybe, shorten the user journey to unpublish the workflow. Currently its seem hidden under the 3 dots > Unpublish. If on orange state, maybe we can make the publish button become clickable & change its label to ‘Unpublish’. Clear indicator for user like me to know that the workflow is still ‘Actively running’ even I already deactivated or deleted the trigger. This action is seamless on v1 since deactivating/deleting trigger => auto deactivate workflow.
Information on your n8n setup
- n8n version: 2.4.6
- Database (default: SQLite): postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: railway

