-
+ This page centralizes the static inputs of every steps. It is akin to a file containing all
constants. Modifying a value here modify it in the step input directly. It is especially
useful when forking a flow to get an overview of all the variables to parametrize that are
@@ -50,11 +50,11 @@
{#if steps.length == 0}
{#if $flowStore.value.modules.length == 0}
-
+
This flow has no steps. Add a step to see its static inputs.
{:else}
-
+
This flow has no steps with static inputs. Add a step with static inputs to see them
here.
@@ -62,9 +62,9 @@
{/if}
{#each steps as [args, filter, m] (m.id)}
{#if filter.length > 0}
-