Can You Please Explain?
Queue item status in re framework is updated in settransactionstatus.xaml
Go theough each of the xaml and the documentation that you get with re…which will have more details
Hope this helps…
Cheers
1 Like
In addition to @Anil_G 's reply, the status of the Queue Item initially gets updated to In Progress on Get transaction item activity in GetTransactionData.xaml. It will then be updated to Successful/Failed/Retried status in SetTransactionStatus.xaml after processing the queue item depending on the result.
1 Like
In case if we are not using orchestrator queues then where it will update the status?
If you are not using queues then you have to modify re framework else it would ideally fail in get transactiondata as queue would not be found
Cheers
1 Like