Executions History Filter doesn't seem to return expected Executions

Describe the problem/error/question

I have a workflow that runs every 10 minutes. It does this as expected. However, if I’m looking for a run of this workflow from last night let’s say 11 PM I try to filter the log by entering date and time. However, I’m not seeing the expected runs during the time specified.
Questions:

  1. It seems that we ONLY list the last 20 runs and you may not scroll. So 20 seems to be a solid number.
  2. If I want to see executions from yesterday, I enter the begin and end date and specify a time frame but the output seems not to cover that period although I know the workflow was running at tht time.
  3. I’ve included an image showing the filters in use and the unexpected results.

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • **n8n version:**1.61.0
  • Database (default: SQLite): postgres 16
  • n8n EXECUTIONS_PROCESS setting (default: own, main): This is my own workflow
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Running via Docker
  • Operating system: Synology NAS 7.22

Hi @Rodney_Almodovar

Since you’re using Docker it could be that your container has a different timezone set as your n8n service?

Tip: You can also use the Execution Data Node to attach special attributes to your executions to find them easier in the search.

Here’s an example (using the day of the week to tag executions)

You can then filter by it:

I was able to us View Executions to get the complete list of Executions. The filter there seems to have gotten me what I needed for now. Still clunky but I have what i need.

1 Like

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