Small clarification message about all flow triggers

This commit is contained in:
hcourdent
2024-09-25 16:18:31 +02:00
parent 398a09b741
commit e6ff31ca1d
3 changed files with 9 additions and 2 deletions
Binary file not shown.
@@ -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">here</a>.
</Alert>
</div>
{/if}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "windmill",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}