In change Request, why flow to skipping authorize state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2022 03:18 AM
In change Request, why flow skipping to authorize state(moving assess to scheduled directly) but where as sometimes its moving to authorize state and asking for one more approval. can someone explain me whats happening in change request normal workflow. Explain me the script in change approval policy risk approval step in that flow.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2022 05:35 AM
Hello,
this script checks for previous approvals for the same change request. If an approval is found which was assigned to the manager, it then checks if the most recent approval was indeed approved by the manager (see line 19).
If these conditions are true, the approval step in question is skipped.
If these conditions are not true (e.g. because there was no previous approval done by the manager) the approval is genereated.
Hope this helps.
Regards
Fabian