Continue#
- class tierkreis.builder.Continue(loopout: NodePort | NodeRef | PortFunc)[source]#
Bases:
_LoopOutput
Exit the current iteration of a loop and continue to the next with the provided output.
Methods
Output port name to use if none is specified.
If this NodeRef refers to a FunctionNode, set its retry time in seconds.
Attributes
outports
idx
graph
- default_nodeport(create: bool = True) NodePort #
Output port name to use if none is specified.
- Raises:
ValueError – If there are multiple known output ports.
- Returns:
Single output port if exactly one is known, else “value”.