Would delete execution button delete the execution from running?

I am currently using N8N self hosted with digital ocean droplets.
I pushed some wrong changes in the production and new leads were executed at that time, luckily I had wait node in the workflow so now those executions are in waiting status.

Now if I delete those executions in the execution tab then would it completely delete them or the process would be running in the background.
I am not using any databases or anything just the workflow, wait nodes and etc.

@Rushit_Ghori deleting executions from the execution tab should completely remove them, including any background processes for workflows that do not use external databases for state management.

2 Likes

@Orionpax Thanks for the information :+1:

You can mark as the solution if you found it helpful.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.