Skip to main content

Sequence

Allows data flow aggregation, ordering and rerouting through the definition of sets of matching inputs and outputs.

NodeImage_03899cac-fff4-46c1-8b67-fcea66165c8a

Tags: Entity

Parameters

Copy Method [Choice]
When several outputs are defined, indicates if the if the entities should be copied by reference or by cloning them.
Ports [Multi-Type List]
List of inputs of outputs of this node. The order is important and their pairing, too.
The list should start with an input, which provides the first source of entities. Inputs listed immediately after will have their entities accumulated, in sequence. When an output comes after the inputs, it will flush the accumulated entities. If multiple output are defined in a row, the data is copied according to the defined "copy method". If an input appears after the output(s), the accumulated entities are reset and the process starts again.
Collective Input [Compound] [Adds ports 1]
An input port that accepts a set/collection of entities at the time.
Output [Compound] [Adds ports 2]
An output port that flushes the input data.
Single Input [Compound] [Adds ports 3]
An input port that accepts one entity at the time.

Inputs

This node has no native inputs.

Parameter Inputs

  • [1] Input [Collective | Entity]: An input port that accepts a set/collection of entities at the time.
  • [3] Input [Single | Entity]: An input port that accepts one entity at the time.

Outputs

This node has no native outputs.

Parameter Outputs

  • [2] Output [Entity]: An output port that flushes the input data.