Skip to content

Commit ee71340

Browse files
authored
Update introduction.md
Added more details to the polling trigger on the scheduling
1 parent 75de0ed commit ee71340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/connectors/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For more information, see the following documentation:
4848

4949
A trigger specifies the condition to meet before the workflow can start and is always the first step in any workflow. Each trigger also follows a specific firing pattern that controls how the trigger monitors and responds to events. Usually, a trigger follows either a *polling* pattern or a *push* pattern. Sometimes, both trigger versions are available.
5050

51-
- *Polling* triggers regularly check a specific service or system on a specified schedule to check for new data or a specific event. If new data is available, or the specific event happens, these triggers create and run a new instance of your workflow. This new instance can then use the data that's passed as input.
51+
- *Polling* triggers regularly check a specific service or system on a specified schedule to check for new data or a specific event. If new data is available, or the specific event happens, these triggers create and run a new instance of your workflow. This new instance can then use the data that's passed as input.For polling triggers only the interval and Frequency is considered for the next recurrence. Advanced scheduling options like At these hours and At these days are not supported on the recurrent polling triggers.
5252

5353
- *Push* or *webhook* triggers listen for new data or for an event to happen, without polling. When new data is available, or when the event happens, these triggers create and run a new instance of your workflow. This new instance can then use the data that's passed as input.
5454

0 commit comments

Comments
 (0)