RITM did not close when sc_task was set to closed complete

SNDP
Tera Contributor

 

 

3 REPLIES 3

Abhishek77
ServiceNow Employee
ServiceNow Employee

Hello

 

There might be 3 reasons for this:

1. Was the RITM/task closed manually? - Check the sys_journal_field or sys_audit for clues on who/what closed the task.

2. Was the workflow canceled via script or by a user? A script using workflow.cancel().

3. Is the Request stage update dependent on the workflow?- Look for Business Rules on the sc_request table that update the stage.

Thanks

AndersBGS
Tera Patron
Tera Patron

Hi @SNDP 

 

Have you verified the workflow itself? Is it a single case or general case with this workflow?

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Rohit  Singh
Mega Sage

Hi @SNDP ,

 

Do you have a logic in place which closes the RITM once the sc task is closed complete.

 

If yes then try testing some sc task to get closed complete and see if your logic is working as expected or not. Then make changes in the logic accordingly.

If my response helped, then please accept the solution and hit thumbs up.

 

Regards,

Rohit