Previous page

Next page

Locate page in Contents

Print this page

daily_triggerType

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.

days_interval

1..1

int

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.

workdays

1..1

none

Execute the task every working day of the week (Monday through Friday) at the time specified in the start_time parameter for as many weeks (months, years) as determined by the start_time and end_time parameters.

weekends

1..1

none

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/>

Please send us your feedback on this help page