diff --git a/content/SCALEUIReference/TopToolbar/TasksScreens.md b/content/SCALEUIReference/TopToolbar/TasksScreens.md index 2c8e915da6..4135d2a0d5 100644 --- a/content/SCALEUIReference/TopToolbar/TasksScreens.md +++ b/content/SCALEUIReference/TopToolbar/TasksScreens.md @@ -25,3 +25,5 @@ The **Failed** screen displays the list of failed jobs. ![TasksFailed](/images/SCALE/Dashboard/TasksFailed.png "Failed Tasks") Use the **View** button to display the task log. The system error for this failed job displays at the bottom of the log file. + +{{< include file="/static/includes/TerminateActiveRunningJob.md" >}} diff --git a/static/includes/TerminateActiveRunningJob.md b/static/includes/TerminateActiveRunningJob.md new file mode 100644 index 0000000000..36533b8035 --- /dev/null +++ b/static/includes/TerminateActiveRunningJob.md @@ -0,0 +1,5 @@ + + +{{< hint type=warning title="Warning" >}} +Certain jobs, such as debugs, cannot be aborted once they have started. To abort such jobs, advanced users can use the API; however, this is not generally recommended. In the majority of instances, it is more reliable to wait for the job to finish without interference. +{{< /hint >}}