Rerunning a Task

Rerun a failed or successfully completed task in a Data Integration application.

For pipeline tasks, you can rerun the main task only. You can't rerun individual tasks within the pipeline. Similarly, for a data loader task that loads data into multiple entities by using a run entry for each entity-loading operation, you can rerun the parent task only.

When you run a task, a run entry is created in the Runs section of the application details page and in the Runs section of the published task details page. You can rerun the task from the run entry in either of these Runs sections.

  • This procedure describes how to rerun a task from the Runs section on the application details page.

    1. On the Applications list page, select the name of the application that has the task runs that you want. If you need help finding the list page or the application, see Listing Applications.
    2. On the application details page, select Runs.
      Data Integration displays a list of task runs.
    3. From the Actions menu (Actions menu) for the run entry of the task that you want to rerun, select Rerun.
  • Use the oci data-integration task-run create command and required parameters to create a task run for a published task in an application in Data Integration:

    oci data-integration task-run create [OPTIONS]

    Rerunning a task uses the same command.

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

  • Run the CreateTaskRun operation to create a task run for a published task in an application in Data Integration.

    Rerunning a task uses the same operation.