You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/resources/scheduled-events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: "Options for configuring scheduled events"
8
8
9
9
## Introduction
10
10
11
-
Sometimes you will want to regularly run a microflow which does not require end-user interaction. You can do this using scheduled events. Scheduled events are managed using the [task queue](/refguide/task-queue/) mechanism,
11
+
Sometimes you will want to regularly run a microflow which does not require end-user interaction. You can do this using scheduled events. Scheduled events are managed using the [task queue](/refguide/task-queue/) mechanism.
12
12
13
13
A scheduled event is added to your module as a document (right-click your module and you will find it listed under *Add other*).
14
14
@@ -153,7 +153,7 @@ This allows you to run the event every minute, or number of minutes.
153
153
154
154
### Long-Running Events {#long-events}
155
155
156
-
If a repeated scheduled event takes longer than the interval, an overlap would occur. To prevent this, a choice must be made on how to handle this. This is set in the **On overlap** property of the scheduled event.
156
+
If a repeated scheduled event takes longer than the interval, an overlap would occur. To prevent this, choose one of the following options in the **On overlap** property of the scheduled event:
157
157
158
158
***Skip next** – If an event takes longer than its interval, subsequent events are skipped until it has completed. The next event will start at the next available scheduled time.
159
159
@@ -169,7 +169,7 @@ If a repeated scheduled event takes longer than the interval, an overlap would o
169
169
170
170
### Server Time{#server-time}
171
171
172
-
Although you can choose **Server** time rather than **UTC** time, make sure that your server time is set as you expect. Many servers are set to run on UTC to avoid issues when working across time zones.
172
+
You can choose **Server** time rather than **UTC** time, but make sure that your server time is set as you expect. Many servers are set to run on UTC to avoid issues when working across time zones.
0 commit comments