COMPUTE MAXIMUM VALUES FROM GIVEN DATA¶
Computes the maximum value from a set of scalar inputs using PHP’s native max() function. Use this worker whenever you need to find the largest value across a collection of numbers within a workflow.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Number | number | scalar | — | ✓ | One or more numeric scalar values to evaluate; supply all candidate numbers as repeated inputs — the worker returns the largest among them. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| math_max_output_1 | math_max_output_1 | scalar | Single scalar representing the maximum value found across all provided numeric inputs. |
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_max
Auto-generated from transformation schema. Worker id: math_max. Schema hash: dceb4c095a3e. Hand-curated docs in workerexamples/ override this page when present.