As Melissa mentioned this is very easy to do. You can do it on Position in Q, Call.PositionInQueue > 5

You could have that in a datatable, and do a lookup so you just need to update the datatable instead of the flow when you want to adjust that limit
You could also instead do it on Estimated Wait Time (Call.EstimatedWaitTime) and if that is greater than 2 minutes for example.
With a little more work you could do it on any metric that exist but would require some creation of DataActions which can be tricky the first time you use them.
It can be very simple, or it could be a little complex depending on what exactly you want and how often you expect to be updating it.
------------------------------
Anton Vroon
------------------------------