Interface NodeOutputNext.Builder

  • Method Details

    • nodeName

      NodeOutputNext.Builder nodeName(String nodeName)

      The name of the next node that receives the output data.

      Parameters:
      nodeName - The name of the next node that receives the output data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputFieldName

      NodeOutputNext.Builder inputFieldName(String inputFieldName)

      The name of the input field in the next node that receives the data.

      Parameters:
      inputFieldName - The name of the input field in the next node that receives the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.