Viewing Task Schedules

A task schedule, which is associated with a schedule, is an automated run configuration for a specific task in a Data Integration application.

All task schedules that are created in an application are found in the Task schedules section of the application details page.

All task schedules that created for a specific task in an application are found in the Task schedules section of the task details page.

  • The following procedure describes how to view all task schedules that are created in an application.

    1. On the workspace home page, click Applications.
    2. On the Applications page, select the compartment that contains the application.
    3. In the applications list, click the name of the application that contains the task schedules that you want to view.
    4. On the application details page, click Task schedules.

      The Task schedules page shows the following details for task schedules:

      • Name: The name of the task schedule. Click the column header to sort in ascending or descending order.
      • State: The task schedule is either enabled or disabled. When enabled, the task runs according to the configuration in the task schedule and the associated schedule.
      • Task: The specific task that this task schedule runs. The task column is not available on the task details page.
      • Schedule: The schedule that this task schedule is associated with.
      • Next run: The next scheduled run for the task.

      The Actions menu of a task schedule has the following options:

      • View details: Opens the Task schedule details page, from which you can edit or delete the task schedule. You can also view a list of past runs, and disable or enable the task schedule.
      • Copy task schedule key: Copies to the clipboard the key of the task schedule, which you can use with APIs.
      • Edit: Opens the Task schedule details page for editing.
      • Delete: Deletes the task schedule after you confirm that you want to delete.
    5. To find a particular task schedule in the Task schedules list, enter the full name of a task schedule in the Filter by name field and press Enter.
  • Use the oci data-integration task-schedule list command, required parameters, and the complex type parameter to list task schedules:

    oci data-integration task-schedule list [OPTIONS]
  • Run the ListTaskSchedules operation to list task schedules.