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

default_nodeport

Output port name to use if none is specified.

with_retry_secs

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”.

with_retry_secs(retry_secs: int) NodeRef#

If this NodeRef refers to a FunctionNode, set its retry time in seconds. Otherwise, raises ValueError.