If defined, the result of the step will be cached for the number of seconds defined such that if
diff --git a/frontend/src/lib/components/flows/content/FlowModuleEarlyStop.svelte b/frontend/src/lib/components/flows/content/FlowModuleEarlyStop.svelte
index 0ac9e9c4df..12041b3d14 100644
--- a/frontend/src/lib/components/flows/content/FlowModuleEarlyStop.svelte
+++ b/frontend/src/lib/components/flows/content/FlowModuleEarlyStop.svelte
@@ -20,7 +20,7 @@
-
+
Early stop/Break
If defined, at the end of the step, the predicate expression will be evaluated to decide if
diff --git a/frontend/src/lib/components/flows/content/FlowModuleSleep.svelte b/frontend/src/lib/components/flows/content/FlowModuleSleep.svelte
index 1218f29db7..377f380e00 100644
--- a/frontend/src/lib/components/flows/content/FlowModuleSleep.svelte
+++ b/frontend/src/lib/components/flows/content/FlowModuleSleep.svelte
@@ -27,7 +27,7 @@
$: isSleepEnabled = Boolean(flowModule.sleep)
-
+
Sleep
If defined, at the end of the step, the flow will sleep for a number of seconds before
diff --git a/frontend/src/lib/components/flows/content/FlowModuleSuspend.svelte b/frontend/src/lib/components/flows/content/FlowModuleSuspend.svelte
index 47a967dfcd..bd2c7cd9a5 100644
--- a/frontend/src/lib/components/flows/content/FlowModuleSuspend.svelte
+++ b/frontend/src/lib/components/flows/content/FlowModuleSuspend.svelte
@@ -10,7 +10,7 @@
$: isSuspendEnabled = Boolean(flowModule.suspend)
-
+
Suspend
If defined, at the end of the step, the flow will be suspended until it receives external