Creating Scheduled Tasks

Create scheduled tasks to trigger actions on jobs on a regular basis, such as to start or stop a job on a weekly or monthly basis.

You can create scheduled tasks from the Scheduled Tasks view or Job Instances view.

  1. Select the task to schedule by using one of the following methods:
    • From the Scheduled Tasks view:
      1. Click the Add icon: .
      2. Select the job that you want to schedule.
    • From the Job Instances view, select the checkbox for a single job and then click the Schedule Job icon: .
  2. Click Next.
  3. On the Create Scheduled Task window, configure the following properties:
    Scheduled Task Property Description
    Name Name of the scheduled task.

    Default is the name of the selected job.

    Description Optional description of the scheduled task.
    Action Action to complete:
    • Start - Start the job.
    • Stop - Stop the job.
    • Upgrade - Upgrade the job to use the latest pipeline version.
    Cron Expression UNIX cron expression that defines the frequency with which the scheduled task triggers.

    Use the UI to define a simple expression. Or click Advanced to define your own advanced expression using the cron expression syntax.

    The time zone specified for the scheduled task applies to the expression.

    Time Zone Time zone for the schedule.

    The specified time zone applies to the cron expression, start time, and end time.

    Status Initial status of the scheduled task:
    • Running
    • Paused
    Schedule Start Time Date and time that the scheduled task begins running.

    By default, each task has no defined start time and so starts running immediately after creation.

    The time zone specified for the scheduled task applies to the start time.

    Important: Set tasks to start before the event that triggers the action. For example, if a task starts a batch job in the morning at 6:00 AM, then set the start time for that task to be at least 05:59 AM.
    Schedule End Time Date and time that the scheduled task ends permanently and cannot be restarted.

    By default, each task has no defined end time and so runs indefinitely.

    The time zone specified for the scheduled task applies to the end time.

    Missed Execution Handling Determines how the scheduled task handles missed executions because the task was paused:
    • Ignore - Ignores any missed executions.
    • Run Once - Runs one missed execution.
  4. Click Save.