Hi!
I've got a unattended Power Automate desktop flow running on a VM. The flow has been running for about 3 weeks without issues. Yesterday, all of a sudden, without changing anything to the flow, the flow was stuck after succeeding an action. It seems like it didn't even try the next action. In the logging of Power Automate action #17 is the last action recorded.
After action #17 of the subflow was succeeded it should move on to action #18.
I also have error-handling on action #18 so if it tried to execute action #18 it couldn't be stuck running for hours. It should only try 3 times with an interval of 5 seconds. So it seems like it never tried to execute the next action.
Does anyone know what could be the cause of this? I could only think of a bug or some lost connection on the VM or something like that.
Extra info: in the 3 weeks before this it never happened, in the same run the bot succesfully executed the same actions 1 minute before (for another work queue item). And after me cancelling the flow manually and restarting the flow it succesfully ran again. Without changing anything.
Thanks in advance!