-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.41.0 - Bug: Number of Executions Shown in Side Panel is Limited to 10 at a Time #9402
Comments
Hey @dkindlund, I have just checked and I get 20+ in my list, Which browser are you using and what happens if you refresh the page? |
Hey @Joffcom , yeah, let me clarify... I think I understand your confusion... So when you are on the BUT, if the workflow is NOT running (for example, it has generated over 100+ executions), then when you revisit that Does that make sense? |
Hey @dkindlund, I think I have worked it out, The issue appears to be with the window size. We load 10 items then on scroll load the next batch but if the window is too tall to show the scroll it never loads the rest until you resize the window. If you change the height of the window the scroll bar appears and you are free to scroll again, I didn't notice it last night as didn't have the window on a larger screen it was only when I checked again this morning on my larger monitor that I was able to reproduce. I have created |
Thanks, @Joffcom , I think I see the intended behavior of the scroll bar, now that you've explained it clearly. I'd also add that the "infinite scroll" logic (when it works) appears to be rather buggy -- sometimes, it takes 2 or 3 tries of the "scroll down" behavior before the older Executions are shown in that window. I'm not entirely sure how to replicate that, but I'd encourage the devs to test that out, too. |
Hey @dkindlund, As a member of the dev team myself I will see if I can reproduce that but for now lets focus on this one part :) |
Not sure if this in the works or not but I can replicate this behavior in both Firefox and Chrome. Browser: Chrome (Version 125.0.6422.113), Firefox 126 |
Good news, This was fixed in |
Bug Description
When viewing past executions of a workflow in n8n, I can only see the 10 most recently matching executions:
In the past, I had the ability to scroll through older sets of executions, but it seems that functionality was removed for some reason?
The date/time picker is a joke -- because even if I use that, it still only shows me at most ten (10) executions:
This is sort of the definition of a hostile UI. You're forcing users to have to manually specify exact dates/times in order to pick out specific executions and it's very time consuming and frustrating.
To Reproduce
Expected behavior
I would have expected the side-panel execution list to be auto-scrollable (sort of like infinite scroll, ideally) -- rather than forcing users to specify rigid date/time spans.
Operating System
Google Cloud Run
n8n Version
1.41.0
Node.js Version
18.16
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: