How to keep track BOT start / end time?

Hi all,

Anyone know how to keep track for attended BOT start / end time for each process?

Thank you.

HI @solihin,

You can have 2 variable (StartTime & EndTime)
place 1 assign for —> StartTime = Now.ToString at the starting of your workflow and place one more assign at the ending of workflow for —> EndTime = Now.ToString

follow by sequence of storing values of both variable in excel.

2 Likes

In addition to samir’s point, if you mean in Orchestrator, you can go to the Jobs page to check the start and end times.

1 Like