Class FlowNode.FlowNodeExecutionResult

  • Enclosing class:
    FlowNode

    public static class FlowNode.FlowNodeExecutionResult
    extends Object
    Flow node execution result.
    Since:
    12.0.0
    Version:
    $Revision: 24436 $ $Date: 2021-03-29 10:03:14 -0300 (Mon, 29 Mar 2021) $
    • Constructor Detail

      • FlowNodeExecutionResult

        public FlowNodeExecutionResult​(FlowNode nextNode,
                                       boolean flowInterrupted)
    • Method Detail

      • getNextNode

        public FlowNode getNextNode()
        Returns the next node.
        Returns:
        the next node
        Since:
        12.0.0
      • isFlowInterrupted

        public boolean isFlowInterrupted()
        Returns whether the flow was interrupted by this node.
        Returns:
        whether the flow was interrupted by this node
        Since:
        12.0.0