Contents:
JoinNode
Bases: BaseNode
BaseNode
A node that waits for and merges results from parallel branches created by a ForkNode. Uses a max retry counter to prevent infinite waiting.
Abstract method to run the logical node.
input_data – Input data for the node to process.
NotImplementedError – If the method is not implemented by a subclass.