Filter executions by Running Time

The problem:
We have several workflows that share the same trigger, but, depending on variables, will only proceed with the workflow if certain criteria is met. As a result, oftentimes when I am looking at past executions I have to scroll through a page or two of executions that lasted 0 seconds to find the one that actually did anything.

The request:
It would help a great deal if there was a way to filter executions in a way that is like, “where Running Time is > 0” or something like that. And while we’re at it, why not be able to sort by the start time as well?

I needed this exact feature today!

I have a cron trigger, and one of the first steps is a True/False check and I’m only interested in those flowing down the True route, and those take significantly longer, so being able to filter by execution time would be great, otherwise I’m trawling through every execution of the cron, even if it stopped after the first step.

2 Likes

i would +1 for the possibility to filter by execution time (in the n8n standard)

also see Filter executions by run-time or node - #3 by Njo_D

just to upvote this adding a filter here for run between 0 seconds and x seconds for example so I would see all jobs over x seconds for example