diff --git a/support/power-platform/power-automate/desktop-flows/troubleshoot-desktop-flow-run-queue-errors.md b/support/power-platform/power-automate/desktop-flows/troubleshoot-desktop-flow-run-queue-errors.md index 3b5744e0e3..688738485c 100644 --- a/support/power-platform/power-automate/desktop-flows/troubleshoot-desktop-flow-run-queue-errors.md +++ b/support/power-platform/power-automate/desktop-flows/troubleshoot-desktop-flow-run-queue-errors.md @@ -43,6 +43,22 @@ This error occurs when you try to run an unattended desktop flow on a target mac To resolve the issue, sign out of the session (a locked session will lead to this error), and confirm that you aren't signed in with the same user on the machine. +## UnattendedUserSessionDisconnected + +This error occurs when you try to run an unattended desktop flow on a target machine where there is a disconnected session for the user used in the desktop flow connection. + +#### Resolution + +To resolve the issue, sign out of the disconnected session, and confirm that you aren't signed in with the same user on the machine. + +## UnattendedUserSessionLocked + +This error occurs when you try to run an unattended desktop flow on a target machine where there is a locked session for the user used in the desktop flow connection. + +#### Resolution + +To resolve the issue, sign out of the locked session, and confirm that you aren't signed in with the same user on the machine. + ## NoUnlockedActiveSessionForAttended This error usually occurs when you try to run an attended desktop flow on a target machine that is locked or has no user signed in. You can also get this error when the Windows user you're currently signed in on the target machine doesn't match the user you entered in your connection. Attended desktop flows can only execute if the machine is unlocked on a session where the current user matches the one in the desktop flow connection.