Skip to main content Skip to complementary content
Close announcements banner

Killing a task run gracefully on Remote Engine

Use a series of Karaf commands to gracefully terminate an execution, in other words, an active task run, ensuring its appropriate conclusion, without needing to restart your Remote Engine.

Before you begin

  • Your Remote Engine version must be v2.12.14 onwards.

Procedure

  1. In the Karaf command line console of your Remote Engine, run this command to see all the active task runs:
    tre:execution-list

    Example

    Screenshot showing the command to see all active task runs.
  2. Run this command to check the details of the task run you need to kill:
    tre:execution-info

    Example

    Screenshot showing the command to check details of the task run.
  3. Run this command to gracefully kill this task run:
    tre:execution-kill

    Example

    Screenshot showing the command to gracefully kill the task run.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!