I’m encountering an issue where a workflow in n8n continues to run even after I’ve set it to inactive.
Here’s the setup:
The workflow uses a Kafka trigger.
It parses the incoming data and sends the parsed result to Telegram.
However, the executions that are still running appear to be from a different version of the workflow than the current one.
Environment details:
n8n version: 1.103.2
Database: PostgreSQL
Queue: Redis (Bull)
Has anyone experienced this before? Any advice on how to properly stop all executions or make sure no previous versions of the workflow are still being triggered?
I’ll try that approach. It looks like the issue can be resolved by deleting the old workflow and running the duplicated version. However, this seems more like a workaround, and the bug could potentially become a persistent problem in the future.
@muhfalihr Yeah am quite sure they have a bug ticket open as it’s been about for sometime now. But i’d have to check see on github, but I dont think I can see all issues raised Hopefully it’s fixed soon.
I just try avoid adding more than one trigger w schdule, and don’t edit the trigger to much as it causes this I find.