Schedule Event
Description
Launches a task/workflow at the date, time or interval specified. This event can be used for scheduling tasks to run at night or at the end of every work-day, week, month or other time frame. In addition, a custom schedule can be created to allow task execution only on the custom dates and times specified.
Practical usage
The Schedule Event is the most commonly used event. It can be used for scheduling tasks to run at night or at the end of every day, week, month or other time frame - such as running reports, database backups and other routine work.
Parameters
General
Property | Type | Description |
---|---|---|
Interval | Options | The time interval on which the schedule will
be based. For example, if the workflow should run every day, select
daily. If the workflow
should run every month, select specific
days of the month. The entries that appear depend on which
interval is selected. The available options are:
|
Next Launch Date/Time | Date | The date/time the trigger will initially launch.
It also determines the relative launch date/time of tasks that
are set to run upon a specific interval. To use the current date
and time, click Now. This
will cause the task to trigger as soon as these settings are saved
(whether or not Exclusions
are entered) and thereafter, . If the Interval
parameter is set to Holidays,
clicking Now will NOTE: This parameter is not present if Custom
Date is selected as the interval. |
Exclude
To set an exclusion, click the Add button and select the type of exclusion. To edit an existing exclusion, select it from the list and click Edit. To delete an exclusion, click Delete.
Property | Type | Description |
---|---|---|
Do not trigger task | Options | Specifies the time interval to exclude. The
entries that appear below the Do
not trigger task option changes depending on which interval
is selected. The available options are:
|
End Date
Property | Type | Description |
---|---|---|
End Date | Date | If enabled, causes the trigger to disable itself once the selected date and time occurs (disabled by default). To immediately end trigger activity, click Now. |
Rescheduling
Property | Type | Description |
---|---|---|
When the trigger is late | Options | Specifies the action to perform when a schedule
trigger is late. A trigger can be late, for instance, if the computer
was turned off, the Automate Task Service was stopped or the associated
workflow or task was disabled at the time the trigger was originally
scheduled to fire. The available options are:
|
Reschedule the trigger | Options | Specifies
how the trigger should be rescheduled. The available options are:
|
Additional notes
AMTrigger
When the Key event is used to trigger workflow execution, it automatically creates an AMTrigger dataset which can be used much like the datasets created by the Database - SQL query activity and Email action. The fields that AMTrigger generates can be used to determine properties of the object that caused the workflow to launch, such as the type of trigger, when the trigger was activated and what system event or condition took place to activate the trigger. Along with a collection of global AMTrigger fields that are created and populated by every instance of AMTrigger, a unique set of AMTrigger fields exclusive to each Automate trigger are created as well.
To view AMTrigger values exclusive to the Schedule event, see AMTrigger - Schedule.
AMCondition
When the Schedule event is used in the middle of a workflow as wait or conditional object, it automatically creates an AMCondition dataset. Similar to AMTrigger, the fields that AMCondition generates can be used to determine properties of the object that caused the condition to activate. Along with a collection of global AMCondition fields that are created and populated by every instance of AMCondition, a unique set of AMCondition fields exclusive to each Automate condition are created as well.
To view AMCondition values exclusive to the Schedule event, see AMCondition - Schedule.