Flow Designer Group Approval being automatically skipped

mpmacconnell
Tera Guru

I have a case in our Change Management where if a change gets rescheduled we kick off a new flow. The prior approval tasks are getting cancelled properly via a script, but when the new flow does the ask for approval for the group it is skipping that step. I am guessing because it sees that there was a prior approval for that same group on the RFC that was cancelled? Any ideas how to resolve this?

 

find_real_file.png

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

Hi,

How about deleting those old approval records instead of setting them to cancelled.
Will that work for you?

View solution in original post

4 REPLIES 4

OlaN
Giga Sage
Giga Sage

Hi,

How about deleting those old approval records instead of setting them to cancelled.
Will that work for you?

I thought of that option as well, but sadly our Change Management team wants the prior approvals to be documented in the system even if they were cancelled because of the change in flow.

Then I might suggest that you instead of setting the old approval records to Cancelled, set them to "No longer required"
That should work (not tested).

That was basically it. Since it is a group approval, I just added a query to look for the old group approval and delete it.