Filtering Task Runs

Filter the list of task runs in a Data Integration application by a task run status and a task type.

    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 has the task runs you want to view.
    4. On the application details page, click Runs.
    5. To filter the list by a task run status, use one of the following options:
      • Click a status in the Quick filters bar.
      • Select a status from the Status filter menu on the lower-left side of the page.

      When you select a task run status from Quick filters or the Status filter menu, the selection by one method synchronizes the selection in the other.

      The choices for task run status that you can select from the Status filter menu are as follows:

      • All: Shows all the task runs regardless of the status.
      • Not started: Shows only the task runs that have been initiated but not yet submitted to the execution engine.
      • Queued: Shows only the task runs that are waiting for execution. .
      • Running: Shows only the task runs that are still in progress.
      • Terminating: Shows only the task runs that are in the process of being stopped.
      • Terminated: Shows only the task runs that you have stopped (terminated).
      • Error: Shows only the task runs that have one or more errors and failed to finish.
      • Success: Shows only the task runs that have completed successfully without errors.
    6. To filter the Runs list by a task type, select a type from the Type filter menu on the lower-left side of the page. For example, you can select to show only integration tasks or pipeline tasks.
    7. To clear all filters, select All from the Type and the Status filter menus.
  • Use the oci data-integration task-run list command and required parameters to retrieve the task runs in an application in Data Integration:

    oci data-integration task-run list [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the ListTaskRuns operation to retrieve the task runs in an application in Data Integration.