Compare commits

...

2 Commits

Author SHA1 Message Date
hcourdent
9dcddf834e noopener noreferrer 2024-09-25 16:23:36 +02:00
hcourdent
e6ff31ca1d Small clarification message about all flow triggers 2024-09-25 16:18:31 +02:00
3 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@@ -96,10 +96,11 @@
<div class="p-4">
<Alert
type="info"
title="Preprocessor is called when the flow is triggered by API or email"
title="Preprocessor step is called when the flow is triggered by API or email"
>
It prepares arguments for the flow. Besides request arguments, the preprocessor receives a
`wm_trigger` argument with trigger details.
`wm_trigger` argument with trigger details. Learn more about all flow triggers
<a href="https://www.windmill.dev/docs/getting_started/trigger_flows" target="_blank" rel="noopener noreferrer">here</a>.
</Alert>
</div>
{/if}

6
package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "windmill",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}