Process does not run fully when laptop in sleep mode

I have a process where it would open an OFT template (outlook template) and type some information to it and then send it. I published it in orchestrator and it works well when my laptop is unlocked. However, my problem is, when i put my laptop on sleepmode/locked the process still opens the outlook template but it does not continue to type.

Any recommendation??

@gabrixxxl

On a locked laptop as the ui would not be available any ui activity will fail or will not work that ia expected…

For a bot to run unattended we should aignout and let bot signin…which generally is not the case with a locked laptop

Also for outlook we have a send outlook mail message which does the task from background instead of using ui

Cheers