How to get the transaction status report in uipath without using orchestrator

how to get the transaction status report in uipath without using orchestrator

I hope transactions itself is something related to queues and queues can be accessed only when we connect with orchestrator
So I hope we can get the TRANSACTION DATA only from orchestrator under TRANSACTION TAB IN QUEUES

May be there could be some possibility
Cheers @Rachel

@Rachel
You can query the Orchestrator sql database. All items should be in the “QueueItems” table.
You can look at the “Status” to see how the processing went for each item. Status codes are:
0 - New
1 - InProgress
2 - Failed
3 - Successful
4 - Abandoned
5 -Retried
6 - Deleted