flowflow.repeat

Call Flow Multiple Times

Run another flow a fixed number of times.

Inputs

5
InputValue typeRequirementAccepted sources
flowIdstringRequiredliteral
timesnumberRequiredliteral
Input ModeinputModeHow caller values are passed to the target flow on each repeat. Use object to pass one JSON object; use fields to map each declared flow.input separately.stringOptionalliteral
Inputs ObjectinputObjectOne object passed to the target flow on every repeat. Keys must match required child flow.input names.objectOptionalliteralnodeOutput
InputsinputsField mapping passed to the target flow on each repeat when inputMode is fields.objectOptionalliteral

Outputs

4
Output pathValue typeCoordinate space
data.flowIdstring
data.timesnumber
data.iterationsnumber
data.outputsarray

Runtime support

DesktopSupported
Android AgentSupported