Skip to content

Commit 483dbe0

Browse files
authored
Proofread for inclusive language
1 parent df2a6ea commit 483dbe0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/refguide/modeling/resources/scheduled-events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ Each runtime node has one specific session in memory which is used for all sched
199199

200200
### Complex Interval Patterns
201201

202-
To implement complex interval patterns, such as running a scheduled event hourly but only on Tuesdays, you can follow these steps:
202+
If you want to implement complex interval patterns, such as running a scheduled event hourly but only on Tuesdays, you can do the following:
203203

204-
1. Create a Scheduled Event that runs at the highest required frequency (e.g. hourly).
205-
1. Add a Condition in the Microflow triggered by the event to check whether the additional criteria are met (e.g. verify that the current day of the week is Tuesday).
206-
1. Execute the Desired Logic only if the condition evaluates to true.
204+
1. Create a Scheduled Event that runs at the highest required frequency (in this example, hourly).
205+
1. Add a condition at the start of the microflow triggered by the event which checks whether the additional criteria are met. In this example, you would verify that the current day of the week is Tuesday.
206+
1. Perform the actions relating to the event only if the condition evaluates to true.
207207

208208
This approach allows you to maintain flexibility in scheduling while keeping the logic centralized and easy to manage.

0 commit comments

Comments
 (0)