Operators

Fork

This operator takes one input and provides the same data as output multiple times. Useful when multple Blocks need to consume the same data.

Join

This operator takes multiple inputs and aggregates all the inputs. Once all inputs are concatenated, it just passes them onto the next connection through output. User has the option to choose what inputs go as output using the feature of 'Map JSON'.