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 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.
    4. On the application details page, click Runs.
    5. In the Runs list, select Rerun from the Actions menu of the run entry of the task that you want to 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.