As I've developed multiple cloud flows recurring in a quite frequent manner, which all of them are executing desktop flows to read mailboxes registered in the MS Outlook locally.
Process A - recurring every 90 seconds
Process B - recurring every 90 seconds
Process C - recurring every 300 seconds ( 5 minutes )
Process D, E & F - recurring every 600 seconds ( 10 minutes )
I am recently facing a problem of the failure running those desktop flows through cloud flows, logging the error "WindowsIdentityIncorrect". The problem seems occurred in a quite random interval that sometimes the error would kept happening for an hour then resumed normal later on.
And I was failed remoting into the server during those periods as well. So I am not sure if this to be related to some Windows implicit setting of maximum login attempt(s) or not as my flows were scheduled to run with a quite high frequency.

