Configuration

A Scheduler Task can be configured at the following frequencies.

Frequency Description

DAILY

Run daily at the specified time

WEEKLY

Run every <day of a week> at the specified time.

The business date of the Schedule is used here, to determine the day of the week.

ONCE

Run once at a specified date and time.

The business date of the Schedule is used here, to determine the date at which the task is being run.

MONTHLY

Run on a particular day of each month at a specified time. For example, on the 15th of each month at 10pm

The business date of the Schedule is used here, to determine the day of the month.

MONTHLY_START

Runs at the beginning of every month.

The business date of the Schedule is used here, to determine if it is the start of the month.

MONTHLY_END

Runs at the end of every month.

The business date of the Schedule is used here, to determine if it is the end of the month

Within each of the frequencies above, the following recurrences are supported.

Recurrence Description

SINGLE

Will run just once at the time defined on the frequency

MULTIPLE

Will run multiple times at regular intervals starting at the time defined on the frequency