In my UiPath project, I am getting all ‘successful’ and ‘failed’ transactions from a number of queues. I then loop through each item and check the status and exception type so that I can get a total number of successes/failures for each queue. This all works OK. I am also trying to use item.StartTransactionTime and item.LastProcessingOn to calculate the duration of an item.
However, item.LastProcessingOn always returns the same as item.StartTransactionTime even though in the queue I can see that there is definitely a different end time.