Skip to content

Commit 9c8c0a7

Browse files
authored
Micro micro ajdutsment demo (windmill-labs#429)
1 parent 98a49b8 commit 9c8c0a7

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

docs/getting_started/9_trigger_flows/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Windmill supports inner flows. This allows you to call a flow from another workf
145145

146146
### Scheduling + Trigger Scripts
147147

148-
A particular use case for schedules are Trigger Scripts. Their purpose is to pull data from an external source and return all of the new items since the last run.
148+
A particular use case for schedules are Trigger Scripts. Their purpose is to pull data from an external source and return all of the new items since the last run, using [states](../../core_concepts/3_resources_and_types/index.mdx#states).
149149

150150
This type of Flow is meant to be scheduled regularly to reduce latency when reacting to new events. It will **trigger the rest of the Flow once per new item that is returned**. If there are no new items, the flow will be skipped.
151151

0 commit comments

Comments
 (0)