Sink
¶
Bases: Node
A Sink is a terminal node that collects flow items at the end. Once an item enters the Sink, it is considered to have exited the system and cannot be retrieved or processed further This sink can have multiple input edges and no output edges.
Raises
AssertionError: If the sink does not have at least 1 input edge or has an output edge.