COMPUTE MINIMUM VALUES FROM GIVEN DATA

Computes the minimum value from a set of scalar inputs using PHP’s native min() function. Use this worker whenever you need to reduce a collection of numbers to their smallest value within a workflow.

When to use

Classification: process.

Tagged: aggregation, math, min, minimum, reduce, scalar.

Inputs

Label ID Type Default Required Description
Number number scalar One or more numeric scalar values (repeatable) from which the minimum will be computed; supply at least one value — no unit constraint, accepts any real number.

Outputs

Label ID Type Description
math_min_output_1 math_min_output_1 scalar The single smallest scalar value found among all provided inputs; inherits the same unit/scale as the input numbers.

Disciplines

  • data.statistics

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=math_min


Auto-generated from transformation schema. Worker id: math_min. Schema hash: 6ed7b4409759. Hand-curated docs in workerexamples/ override this page when present.