Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Reopened Cancelled Change Request

CJB
Tera Expert

Hi, everyone. I'm just learning about workflows, but feel so dumb. I don't know how I to revert a cancelled CR. I have no idea where to start.

1 ACCEPTED SOLUTION

Konstantin7
Mega Guru

Best practice per ITIL and Servicenow is to NEVER reopen a Change Request (CR). 

If it's just to update some information, companies usually create a specific role or use change_manager role to give them access to update CR's if needed.

Concerning workflows, once a workflow is complete, there is no way to restart it. Only starting a new workflow via script (customization) BUT not recommended.

View solution in original post

3 REPLIES 3

Konstantin7
Mega Guru

Best practice per ITIL and Servicenow is to NEVER reopen a Change Request (CR). 

If it's just to update some information, companies usually create a specific role or use change_manager role to give them access to update CR's if needed.

Concerning workflows, once a workflow is complete, there is no way to restart it. Only starting a new workflow via script (customization) BUT not recommended.

The best practice, in this situation, is to "COPY" the canceled change.

Thank you!