How to cancel a scheduled job that is currently running

johannes5
Giga Expert

Hi ServiceNow Community Developers,

Do you know if there is a way to cancel / terminate a scheduled job that is currently running? Please advise.

Thanks,

Johannes

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

Check the active transactions if it is there and select Actions on selected rows and kill. 

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

6 REPLIES 6

SanjivMeher
Kilo Patron
Kilo Patron

Check the active transactions if it is there and select Actions on selected rows and kill. 

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

Can we achieve through script?

pavan42
Giga Contributor

Follow These Steps

1. System Diagnostics> Active Transactions (All Nodes)

2. Look up for the Active Transactions -(Choose which transaction belongs to a scheduled job)

3. Select the required one and right-click on it and select "Kill"

 

 

find_real_file.png

Mike Patel
Tera Sage

go to 

find_real_file.png

 

select and hot Kill

find_real_file.png