How do I stop a background script from running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2021 05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2021 06:02 AM
Hi,
As mentioned by members find the transaction and kill it.
refer below additional link
https://www.servicenowelite.com/blog/2016/11/4/viewing-and-killing-transactions
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2021 10:03 PM
Thank you for marking my response as helpful.
If my response helped you please mark it correct to close the question so that it benefits future readers as well.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2021 10:49 PM
Thank you for marking my response as helpful.
If my response helped you please mark response as correct and close the thread so that it benefits future readers as well.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2021 06:03 AM
Hi Priyanka,
1st Method :
As Hemant & Suseela suggested - you can go to -
1. ServiceNow Filter Navigator > System Diagnostics > All Active Transactions (Nodes)
2. Find the latest record which is being created by you or updated by you
3. Select that record and click on the selection - Kill in the dropdown
2nd Method :
Allow the background script to run till its completed and rollback the action that you executed. It will ensure that all modifications are reverted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2021 06:51 AM