Schedule Initiated

Use the Schedule trigger to complete workflow tasks at specific times in the future. You can use a Schedule trigger in conjunction with an Action, such as Run Workspace, or an External Action, such as Email.

Tip: You can test a workflow that is initiated by a Schedule trigger, regardless of the times the Schedule is configured to execute. See Testing a Schedule Initiated Worfklow, below.

Parameters

  • Schedule Type: Specify how often the task repeats:
    • Repeat On Interval: Repeats in intervals from a list of predefined units.
    • CRON Expression: Repeats based on your own cron expression.
    • Note: cron expressions must be configured according to the time zone of the FME Server that runs the task. All other times can be expressed according to your local time zone.

      If Repeat on Interval is specified, the schedule does not adjust when switching between Standard Time and Daylight Saving Time.

  • Date Range: Specify the schedule Start and/or End times. Alternatively, select Start Immediately and/or Does Not Expire, respectively.

Output Keys

See Also

Key Description
source Event type
time Event time

Testing a Schedule Initiated Worfklow

For testing purposes, you can force a workflow that is initiated by a Schedule trigger to run at any time, regardless of the specified parameters of the Schedule.

When ready to test your Schedule Initiated workflow:

  1. Click Start Automation to enable the workflow.
  2. Double-click on the Schedule component you want to initiate the worfklow.
  3. Under Schedule Details, click Trigger.

A Trigger Schedule message displays to indicate whether the Schedule trigger was successfully requested. If so, the workflow runs as it is currently configured.