diff --git a/frontend/src/lib/components/ScheduleEditorInner.svelte b/frontend/src/lib/components/ScheduleEditorInner.svelte index f1f15e370b..44ee2b72a6 100644 --- a/frontend/src/lib/components/ScheduleEditorInner.svelte +++ b/frontend/src/lib/components/ScheduleEditorInner.svelte @@ -520,10 +520,14 @@ /> {/if} {#if itemKind == 'flow'} - + {/if} {#if itemKind == 'script'} -
+
Currently, overlapping scripts' executions is not supported. The next execution will be scheduled only after the previous iteration has completed. {:else if fieldType === 'boolean'} - + {:else if fieldType === 'select' && selectOptions}