Merge Variables

Merges flow variables into one stream. This node aggregates variables defined in different input connections into one variable connection. It does not modify variables but only merges them. This node can also be used as a common barrier point to control the execution order of nodes, i.e. nodes connected to the output port will not start executing until all upstream nodes have been executed. Note, if there are the same variables defined in different inputs, a special conflict handling is applied: The top most flow variable input port will take priority and override values on conflicting variable names. Otherwise, the priority order goes from the bottom to the top port. For example, port 3 will take priority over port 2. However, the first port will always take priority over all other ports.

Input Ports

Icon
Variables of the first stream.
Icon
Variables of the second stream.
Icon
Additional variables to merge.

Output Ports

Icon
Flow variable combining all input variables.

Popular Predecessors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.