Delay between frontend and backend creates faster backend updates then animations

Describe the problem/error/question

Hi there,

I’m not sure if this is a known limitation, but I’ve noticed that when a workflow contains long loops with many items, the backend processing completes significantly faster than the UI animation can reflect. While the workflow executes successfully when properly configured, this desynchronization between execution and visualization can be a bit disorienting.

Is there any way to improve or better handle this visual delay? Even a “debug mode” or optional slowdown might help improve clarity during development.

Thanks in advance!

1 Like

Hey,

are u viewing in logs, or console executions? I think there always going to be some delay due to GUI having to call endpoints which add slight delay, a debug mode would be cool. you could raise as a feature request to. I think the GUI is always going to struggle to be as fast as execution, but nice idea.