{ previewOpen = false }} /> {#snippet header()}
{/snippet} {#if !noEditor} Add steps inside the while loop but have one of them use early stop/break in their Advanced settings (or do it at the loop level that will watch the last step) to break out of the while loop (otherwise it will loop forever and you will have to cancel the flow manually). {/if} {#if mod.value.type === 'whileloopflow'}
Skip failures If disabled, the flow will fail as soon as one of the iteration fail. Otherwise, the error will be collected as the result of the iteration. Regardless of this setting, if an error handler is defined, it will process the error.
Squash Beta This can result in unexpected behavior, use at your own risk for now.
Squashing a for loop runs all iterations on the same worker, using a single runner per step for the entire loop. This eliminates cold starts between iterations for supported languages (Bun, Deno, and Python).
{ ;(mod.value as WhileloopFlow).squash = detail }} options={{ right: 'Squash' }} class="whitespace-nowrap" />
{/if}
{#snippet content()}
{/snippet}