Issue
Discovery is being run on Service Mapping and for some reason it needs to be cancelled programatically. This article lists the background script to run to cancel Discovery of a particular Business Service.
Resolution
- Get the sys_id of the business service.
- Run the following on the "Background Script"
var cancelBS = new CancelBSDiscovery();
cancelBS.cancelAll("<sys_id_of_business_service>");