Hi I am not using Orchestrator for my robots, In some case if my robot aborts then how can I get to know whether the robot completed the task successfully or has aborted.
Thanks in advance…!!!
Using Robot logs.
If Orchestrator is unavailable, logs are stored in a local database ( C:\Windows\SysWOW64\config\systemprofile\AppData\Local\UiPath\Logs\execution_log_data
), within the available disk space, until the connection is restored. When the connection is restored, the logs are sent in batches in the order they had been generated.
1 Like
Hi @sky1901
If you are not using Orchestrator at all, please Use Try-Catch routines to catch any faulty behavior and save it to some output file on your harddrive. This will ensure some error handling.
Using ReFramework is highly advisable here.
2 Likes