INPUT SPLIT

Accepts a repeating scalar input collection and splits it into discrete output slots. Use this worker to fan out a multi-value input into separate named outputs for downstream parallel or branching workflow steps.

When to use

Tagged: fan_out, input_split, scalar, split, workflow_routing.

Inputs

Label ID Type Default Required Description
Input1 input1 scalar Repeating scalar collection to be split; provide one or more scalar values that will be distributed across the output ports.

Outputs

Label ID Type Description
Output1 output1 scalar First scalar value extracted from the input collection; carries the numeric or string scalar from the first element of the split.
Output2 output2 text Second element extracted from the input collection, emitted as text; receives the string representation of the second split value.

Disciplines

  • platform.workflow

Auto-generated from platform schema. Worker id: input_split. Schema hash: 22363edc6242. Hand-curated docs in workerexamples/ override this page when present.