- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2019 08:28 AM
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.
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2019 08:31 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2019 08:31 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2019 08:36 AM
The best practice, in this situation, is to "COPY" the canceled change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2019 09:47 AM
Thank you!