In Flow Nodes, data is strictly typed, meaning values have a specific type.

Auto Conversion

When wiring from one outlet with a specific type to another inlet with another type, if possible a auto conversion node will be created to convert the value.

Generics

Some in and outlets are generic, meaning they can take any value, as long as both ends of the wire are of the same type.