Closed
Description
Problem
- The task cancellation results in a ban on child tasks and marking the task cancelled in the task manager, however if the child tasks continue to run without checking on the cancellation(it does so at some points) via
CancellableTask#isCancelled
, the list task API continues to show the task on the task manager without an indication of whether the task/child task was cancelled, though it might eventually fail/abort. - The cancellation task API supports cancellation of tasks via actions/nodes. It might be good to have a bulk task cancellation API based on task ids, which might be based on task running time etc