Change stuck at 'Authorize'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 07:24 AM
Hi all
I have a change that is stuck at 'Authorize' stage even though it's been fully approved and I don't know why.
A member of each of the three groups has approved it and it's marked all the other approvers as 'no longer required'
The flow says that it's still waiting on 'Change - Normal - Authorize' (below)
Any ideas where I can see what's stopping it?
Thanks
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 08:08 AM
Hi,
1.Check the versions of the Workflow attached to the change record and see if there is any old/new version of the workflow attached.
2. Check if there is manual update happened which may not be triggered by the workflow.
3. If these options does not work out, you can write a background script to move it to the next stage as an admin. Make sure you give setworkflow(false) and autosysfields(false)
Make Answered if this is helpful