Change State Model Transitions is skipping states

Dazler
Mega Sage

Hi,

I have a Change process that creates a change task and create approvals at the same time (I had to create separate Flows for this, based on different triggers).  The approvals and the change tasks are creating successfully, but the issue that I am having is with the State Model Transitions.

I have created 2 Change Model Transitions that need to move to the CAB Approval state after all Change Task are complete and All approvals are approved.

find_real_file.png

 

The problem that I am encountering is if all the approvals are completed first and then complete all the Change Task then the Change Request state skips all the way Review, bypassing our CAB Approval.

But what is unusual, if I complete all the Change Task first and then finish up all the Approvals then the State moves successfully to CAB.

find_real_file.png

Has anyone ever encountered this before?  Or have any idea how to fix this?

Is there a way to maybe create 1 transition script to check to see if both approvals and change task are complete? May be that might work.

1 ACCEPTED SOLUTION

Dazler
Mega Sage

Hi,

I spoke with ServiceNow and found out that this is an actual bug.  Here is the problem ticket PRB1512645.  The issue is if you are using the apply change policy action and you are having the approval go through a group with only 1 group member.

ServiceNow has said that this issue has been fixed an will be in the next patch update.

View solution in original post

5 REPLIES 5

Hi Susan,

I had to call ServiceNow who gave me that problem ticket number.  I ended up just using my work around which was to not use the Approval Change policy and use Regular Flow Approval instead.  I kept the Evaluate Change Model so that it would transition to different states.