Add Node for Exit workflow without executions entry

The idea is:

Add a simple node, like “No Operation, do nothing”, where you exit the workflow, but add no executions status sucess entry

My use case:

I have 20 Cron Workflows, which check a “queue” every minute, by 20 * 60 * 24 = 28800 Entrys every Day, you wouldn’t find an execution with real data, you can only see it on “Running Time”.

image

I think it would be beneficial to add this because

It would save a lot of database operation and load, also you have a better overview of your executions.

+1 would love to see this. Useful for cron jobs, but also for webhooks and triggers where you can’t filter at the source. Instead you have a bunch of IF nodes at the start of your flow that drop most of the events!

1 Like