Hello all,
I am using REf framework without queues. Read each row from excel and perform actions on a app.
-
Is there a way to get time taken per transaction/item without having to put start time and end time and do a subtraction?
Goal is to get each transaction times of each item and do average to get average handle time of a BOT. -
I am seeing a parameter- total execution time used in logs by few. Will this give me what I am looking for? Or is it for getting full process cycle (after completing all items in a process)
Thanks.