Week Scheduler
Waits until the specified trigger time elapses on the specified days of the week, then passes control to the next downstream Node.
Version History
3.0.0.0 Times are now based on Time Zone specified in Site Detail Pane.
3.0.0.4 Changed scheduler to only fire at the times it should, not as soon as the workflow start and x minutes after that.
3.1.0.0 Added overnight support.
Properties
Sunday
Type: Boolean Input
When checked, the task executes on Sunday.
Monday
Type: Boolean Input
When checked, the task executes on Monday.
Tuesday
Type: Boolean Input
When checked, the task executes on Tuesday.
Wednesday
Type: Boolean Input
When checked, the task executes on Wednesday.
Thursday
Type: Boolean Input
When checked, the task executes on Thursday.
Friday
Type: Boolean Input
When checked, the task executes on Friday.
Saturday
Type: Boolean Input
When checked, the task executes on Saturday.
StartTime
Type: DateTime Input
The start of the time window which the Scheduler will be active for.
EndTime
Type: DateTime Input
The end of the time window which the Scheduler will be active for.
IntervalMinutes
Type: Int32 Input
The interval in minutes at which the Scheduler should fire.
Remarks
The Week Scheduler allows you to trigger Workflows to execute at a set interval within a daily window, on the day(s) of the week you select. The Scheduler should be connected to the Start output of the Start Node.
StartTime
and EndTime
are local times for the Time Zone set in Site Detail Pane.
To run overnight, set EndTime
before StartTime
. The window will correctly span midnight and fire on-interval across the boundary, anchored to the selected day(s). This behavior matches the Day Scheduler.