flow
flow.untilUntil
Run another flow until it returns the selected status or reaches a limit.
Video tutorial
18Watch how to configure and run the flow.until node in a real LaiCai Flow workflow.
Node tutorial: Until
Watch on YouTubeInputs
8InputValue typeRequirementAccepted sources
flowIdstringRequiredliteralTarget Flow Status
targetStatusStatus that stops retrying. Use success or failure. Missing values default to success for existing profiles. Profile path: params.targetStatus.stringOptionalliteraltimeoutMsnumberRequiredliteralintervalMsnumberRequiredliteralMax Attempts
maxAttemptsMaximum number of attempts before this node fails. Use 0 for no attempt limit. Profile path: params.maxAttempts.numberOptionalliteralInput Mode
inputModeHow 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.stringOptionalliteralInputs Object
inputObjectOne object passed to the target flow on every attempt. Keys must match required child flow.input names.objectOptionalliteralnodeOutputInputs
inputsField mapping passed to the target flow on each attempt when inputMode is fields.objectOptionalliteralOutputs
9Output 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