-
- Add steps inside the loop and specify an iterator expression that defines the sequence
- over which your subsequent steps will iterate.
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Add steps inside the loop and specify an iterator expression that defines the sequence
+ over which your subsequent steps will iterate.
+
+
+
+
+
+
+
+
-
-
- {#if mod.value.type === 'forloopflow'}
-
-
-
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.
-
-
-
-
Run in parallel
-
-
-
-
Parallelism Assign a maximum number of branches run in parallel to control huge for-loops.
-
-
-
-
-
-
- Iterator expression
-
- The JavaScript expression that will be evaluated to get the list of items to iterate
- over. Example : ["banana", "apple", flow_input.my_fruit].
-
-
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.
+ Iterator expression
+
+ The JavaScript expression that will be evaluated to get the list of items to iterate
+ over. Example : ["banana", "apple", flow_input.my_fruit].
+
+
+
+
+
+
+
diff --git a/frontend/src/lib/components/flows/content/FlowSettings.svelte b/frontend/src/lib/components/flows/content/FlowSettings.svelte
index 7204d67dab..4737d0446b 100644
--- a/frontend/src/lib/components/flows/content/FlowSettings.svelte
+++ b/frontend/src/lib/components/flows/content/FlowSettings.svelte
@@ -380,7 +380,7 @@
/>
{#if !$enterpriseLicense}
EE only Enterprise Edition only feature
@@ -501,7 +501,7 @@
/>
{#if !$enterpriseLicense || isCloudHosted()}
EE only Enterprise Edition only feature
diff --git a/frontend/src/lib/components/flows/content/FlowWhileLoop.svelte b/frontend/src/lib/components/flows/content/FlowWhileLoop.svelte
index c9363f1359..a6706b1d98 100644
--- a/frontend/src/lib/components/flows/content/FlowWhileLoop.svelte
+++ b/frontend/src/lib/components/flows/content/FlowWhileLoop.svelte
@@ -48,115 +48,113 @@
/>
-
-
-
-
-
+
+
+
+
-
-
- {#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 !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.
-
-
+ {#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.