mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
Tooltips Cache + Custom Env Variables (#1693)
This commit is contained in:
@@ -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
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user