Is it possibile to set transaction status to progress or successfull using Orchestrator Api (http request) to all transactionitems from queue? And how to do it? How should endpoint look? All transactionitems saved in json variable should be added to body?
Hi @Darkdanist
Welcome to our UiPath Forum!
I believe there is no such API call, as you typically handle one transaction at a time and then resolve it right away (either successfully or failed).
Could you share a bit more about your use case that would require bulk set of transaction status?