Sometimes, I need to quickly search for a past workflow execution, in order to identify one that has done the most “work”. It’s impractical for me to endlessly scroll through the list of past executions, when I’m trying to find a needle in a haystack.
For example, I have a workflow where 1 out of every 10,000 executions, it actually does “work” that need to investigate.
It would be really helpful if this executions filter had some additional features:
Specifically:
- Specify an optional “total run-time” filter – where you only want executions that have run between X seconds and Y seconds.
- Specify an optional “# unique nodes invoked” – where you only want executions that have invoked between X number of unique nodes and Y number of unique nodes.
Having those two filters would greatly improve debugging in n8n.