Stopping a Task Run

Stop a task run in an application in Data Integration.

When you stop (terminate) a task run, temporary objects and data might be left in an inconsistent state on the target data asset.

Any run that hasn't completed successfully or has encountered errors can be stopped. Also, you can stop runs that are in queue or already in progress.

    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 run that you want to stop.
    4. On the application details page, click Runs.
    5. In the Runs list, select Terminate from the Actions menu of the task run.
    6. In the Terminate task run dialog box, confirm that you want to stop the run and click Terminate.

      A notification appears indicating that the run is stopping. If an error occurs, a tip icon appears under the Terminated status of the task run in the Runs list. Click the tip icon to view the error message and copy the OPC request ID, which can be used to troubleshoot the termination error.

  • Use the oci data-integration task-run update command and required parameters, with the TERMINATING status, to terminate a task run in an application in Data Integration:

    oci data-integration task-run update [OPTIONS]

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

  • Run the UpdateTaskRun operation with the TERMINATING status to terminate a task run in an application in Data Integration.