When a flow is ran on multiple nodes, for aggregation (and other) purposes, it is highly valuable to have data with a specific key always flow through the same node. This applies to generators that can receive data (JS Generator, (A)Sync Generator) but also to all the meta processors that make use of this.
When a flow is ran on multiple nodes, for aggregation (and other) purposes, it is highly valuable to have data with a specific key always flow through the same node. This applies to generators that can receive data (JS Generator, (A)Sync Generator) but also to all the meta processors that make use of this.