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

Can we achieve it through script?

johannes5
Giga Expert

Thanks Guys, both solutions work