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.