Propagate First Input (Same Type)¶
Propagate first input to output
Documentation¶
Propagate first input to output.
This node is mostly useful for testing purposes. It can also be used to force a specific execution order and to enforce a specific type.
Definition¶
Input ports¶
- item1
Type: <a>Description: The Item to be propagated- item2
Type: <a>Description: Item that will not be propagated
Output ports¶
- item
Type: <a>Description: Propagated Item
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_list_operations.PropagateFirstSame[source]