Interface INodeTransferredControlExceptionBuilder

    • Method Detail

      • targetNode

        INodeTransferredControlExceptionBuilder targetNode​(NodeKey targetNode)
        Sets the optional node key of the loop node which is targeted by the abrupt loop completion. When null, the closest node is targeted.
        Parameters:
        targetNode - Target of the loop interruption.
        Returns:
        This builder for chaining methods calls.
      • targetNode

        default INodeTransferredControlExceptionBuilder targetNode​(WorkflowNode targetNode)
        Sets the optional target of the loop node which is targeted by the abrupt loop completion. When null, the closest node is targeted.
        Parameters:
        targetNode - Target of the loop interruption.
        Returns:
        This builder for chaining methods calls.