flowflow.until

Until

Run another flow until it returns the selected status or reaches a limit.

Video tutorial

18

Watch how to configure and run the flow.until node in a real LaiCai Flow workflow.

Node tutorial: Until
Watch on YouTube

Inputs

8
InputValue typeRequirementAccepted sources
flowIdstringRequiredliteral
Target Flow StatustargetStatusStatus that stops retrying. Use success or failure. Missing values default to success for existing profiles. Profile path: params.targetStatus.stringOptionalliteral
timeoutMsnumberRequiredliteral
intervalMsnumberRequiredliteral
Max AttemptsmaxAttemptsMaximum number of attempts before this node fails. Use 0 for no attempt limit. Profile path: params.maxAttempts.numberOptionalliteral
Input ModeinputModeHow caller values are passed to the target flow on each attempt. 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 attempt. Keys must match required child flow.input names.objectOptionalliteralnodeOutput
InputsinputsField mapping passed to the target flow on each attempt when inputMode is fields.objectOptionalliteral

Outputs

9
Output pathValue typeCoordinate space
data.flowIdstring
data.targetStatusstring
data.timeoutMsnumber
data.intervalMsnumber
data.maxAttemptsnumber
data.attemptsnumber
data.timedOutbool
data.outputsobject
data.attemptOutputsarray

Runtime support

DesktopSupported
Android AgentSupported