Workflow UI animation inconsistency

I am using a workflow that uses the RSS Read node in a loop over items set up (3 separate branches as different keyword filtering is applied to different batches), results are merged and then passed for further filtering via code nodes before an AI agent groups the results.

I’ve been using variations of this without any issues, but I’ve set up a new configuration with many more feeds than previously (300+).

As the animation shows the 3rd RSS branch operating, the downstream AI agent starts to animate simultaneously and then the whole workflow is suddenly complete. There is no green colored line to suggest that items from the 3rd RSS branch get channeled to the Merge node. Similarly none of the intermediate nodes between the Merge node and the AI agent turn green.

On the other hand, if I look under the Executions view, the entire workflow shows as having succeeded and here all the nodes are connected by green lines. Why the unusual behavior and why doesn’t the Editor view of the workflow match the Executions view? Thank you.

If the Merge node or other nodes have settings like “Wait for All Inputs” or similar, the editor might show no active line until all inputs arrive. This can cause the animation to jump to the next node once the condition is met, even if it looks like some inputs haven’t visually activated.

If that doesn’t work just try restarting or refreshing

Hi Amir_HK Can you share the workflow for that issue?

let we now what ur problem bro?

Thanks. My best guess is that there must be a UI animation glitch when processing large arrays. I think the workflow has run correctly (and the execution summary indicates as much), but somehow the editor view suggests that a bunch of nodes were skipped.