Interface ConditionFlowNodeConfiguration.Builder

    • Method Detail

      • conditions

        ConditionFlowNodeConfiguration.Builder conditions​(Collection<FlowCondition> conditions)

        An array of conditions. Each member contains the name of a condition and an expression that defines the condition.

        Parameters:
        conditions - An array of conditions. Each member contains the name of a condition and an expression that defines the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conditions

        ConditionFlowNodeConfiguration.Builder conditions​(FlowCondition... conditions)

        An array of conditions. Each member contains the name of a condition and an expression that defines the condition.

        Parameters:
        conditions - An array of conditions. Each member contains the name of a condition and an expression that defines the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.