When my project is being triggered manually through a .bat file, the code seems to be running without any error but if the same .bat file is triggered through the task scheduler, only partial code is being executed.
summary of the exception is that: “the process has timed out.”(which btw never occurs when manually triggered)
Hmmm to be honest UiPath does not support task scheduler.
Anyway the only thing which comes through my mind is that you task scheduler need to be set to be run by your user account instead of system:
In the covered area you need to click button on the right side and choose your username. And keep other things marked as on my screen.
hey @Pablito I’m aware of this and these settings have been configured as well. The issue arises only with mail activities ,namely sending the mail and downloading the unread mails. Only if there was a logical explanition why.