Summary:
This type is used to define a daily schedule policy.
Type specification:
Extends triggerType
Adds the following elements:
Name |
Min/Max |
Type |
Description |
|
|
|
The following elements constitute a choice group. You can use only one element from the group in a single call, but not two or all three together. |
|
|
|
The day interval from the range of 1 to 365. The number here determines the number of days between firings. For example, to execute a task every day, specify 1; to execute a task every other day, specify 2, etc. |
|
|
|
Execute the task every working day of the week (Monday through Friday) at the time specified in the |
|
|
|
Execute the task on Saturdays and Sundays only. |
] |
|
|
|
Example:
Execute the task every day at midnight for two months.
<start_time>2007-03-01T00:00:00-0500</start_time>
<end_time>2007-05-01T00:00:00-0500</end_time>
<days_interval>1</days_interval>
Execute the task every Saturday and Sunday at 16:05 (4:05 pm) for 1 year.
<start_time>2007-03-01T16:05:00-0500</start_time>
<end_time>2008-03-01T16:05:00-0500</end_time>
<weekends/
>