thenOutput
fun <ItemT, ChannelT : ChannelType<ChannelT>> RegularNodeBuilder<*, ItemT, ChannelT>.thenOutput(outputRef: OutputRef<ItemT, ChannelT>)
Ends the current NodeBuilder chain, and all objects processed by the nodes in the chain will be fed to the destination of the OutputRef provided. For compound node, outputRef connects the internal output of the builder chain to the output of the compound node in the main flow
The NodeBuidler does not continue past this point.