Is it possible to enable logging of the robot where it will tell whether the workflow has been successfully executed or not? If yes, for which type of robot(Attended & UnAttended) is this possible and how?
@suda_amir If you ran the robot from the orchestrator you can able to see the status of the processes in JOBS page.
Note : Using orchestrator you can only start the unattended bots, However you can see logs of attended bots , as well as access the assets and queues from orchestrator for the attended bot .
1 Like
I want to check in the logs whether the robot has executed the workflow successfully or not without using Orchestrator
@suda_amir you can write your own logs using log message activity at end of the workflow.