Tooltips Cache + Custom Env Variables (#1693)

This commit is contained in:
Henri Courdent
2023-06-08 14:08:52 +02:00
committed by GitHub
parent 43c89fbcfd
commit 98b3d3259b
2 changed files with 3 additions and 2 deletions
@@ -409,6 +409,7 @@
{#if !isCloudHosted()}
<h2 class="border-b pb-1 mt-10 mb-4"
>Custom env variables<Tooltip
documentationLink="https://docs.windmill.dev/docs/reference#custom-environment-variables"
>Additional static custom env variables to pass to the script.</Tooltip
></h2
>
@@ -562,7 +563,7 @@
Script kind &nbsp;
<Tooltip>
Tag this script's purpose within flows such that it is available as the corresponding
action.
action.
</Tooltip>
</h2>
<div class="flex flex-wrap gap-2">
@@ -12,7 +12,7 @@
<h2 class="pb-4">
Cache
<Tooltip documentationLink="https://docs.windmill.dev/docs/flows/flow_approval">
<Tooltip documentationLink="https://docs.windmill.dev/docs/flows/cache">
If defined, the result of the step will be cached for the number of seconds defined such that if
this step were to be re-triggered with the same input it would retrieve and return its cached
value instead of recomputing it.