Question
1
Replies
73
Views
Infosys Ltd
Posted: January 21, 2019
Last activity: January 23, 2019
Need to find start and end time of an automation
Hi,
I need to find start time and end time of an automation.I have tried using timer from toolbox but whether there is any other way to find total time taken for automation process.
Thanks
@ThiyagarajanB
Add a parallel process starting the automation from 1 yellow process path and with a second yellow process path use the datetimeUtil (UtcNow) and store as a global startTime variable. At the end of the automation use the datetimeUtil (UtcNow) and use as the endTime. The difference between the 2 is what you are looking for.
see attached image for example.