Skip to content

Number

Overview

The Number node produces a constant numeric value based on its configuration. It serves as a source for static numbers within a flow.

Use Number when:

  • Providing a fixed numeric value to other nodes
  • Setting a constant parameter for calculations

💡 Tip

This node is useful for defining thresholds or constants that do not change during based on the flow inputs.

Outputs

NameTypeDescription
outputnumberThe configured numeric value.

Parameters

ParameterDefaultValid valuesTunable
Number value0.0int or float

Number value

The numeric value that the node delivers as its output.

Example

Setting a threshold

A flow compares a number of found defects against a fixed limit. The Number node provides that limit.

Configuration:

  • Number value: 5

Result: The node outputs 5 for the comparison. Comparison can be done using Compare Value node.

Reference:

  • Number Input — receives numeric data from an external connection
  • Random Number — generates a random numeric value
  • Number — exit point for numerical data from the flow