When a new service request comes in I have a flow which sends an email to potential service providers and asks them if they are interested in providing that service. Because many of the potential providers don't respond to the email (it is an email with a Yes/No option) I have configured a branch to run after time out and set the email to time out after 2 days. This has worked well but because there is almost always a potential provider who doesn't respond, the flow configured to "run after time out" triggers each time and completes the flow.
As far as I am concerned if this runs then the flow is a success as it has run as designed, but Power Automate marks each flow where the 'run after branch' is triggered as a failure. After so many failures Power Automate disables the flow automatically which causes all the runs in progress (around 15 are triggered each day) to be cancelled.
How can I stop Power Automate from turning off this flow?