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.

Properties

Sunday

Type: Boolean Input
When checked, the task should execute on Sunday.

Monday

Type: Boolean Input
When checked, the task should execute on Monday.

Tuesday

Type: Boolean Input
When checked, the task should execute on Tuesday.

Wednesday

Type: Boolean Input
When checked, the task should execute on Wednesday.

Thursday

Type: Boolean Input
When checked, the task should execute on Thursday.

Friday

Type: Boolean Input
When checked, the task should execute on Friday.

Saturday

Type: Boolean Input
When checked, the task should execute 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 tasks to be scheduled to execute within a specific time window at a specified interval on the specified days of the week. The scheduler should be connected to the Start output of the Start Node.

For more information on schedulers, see the Day Scheduler Node.

See Also

Month Scheduler
Day Scheduler