We are having requirement in one application that whenever we hit an application we get a single Item, where we need to do some calculations and post the answer after we click on the Ok button we get the new item that needs to be processed, so here we also need a Orchestrator queue for monitoring the Bots and case status.
Example there are two Bot A & Bot B, when Bots goes to the applications and hits it a single item comes and I need to add that to orchestrator and work that, is there any mechanism in Uipath that the Bot which has added access only that must pick up that case and rest f BOT’s must be ideal.
As of now we are not allowed to use the ORC API’s, other than the above approaches don’t we have any other way to Lock the Transition Item to a Specific BOT.
There an activity in Uipath as AddTransactionItem, which adds an item to the respective Queue and gives the same Transaction Item as an Output for the Bot which has created the case, so that going forward we can use the same transaction in the entire process and at the end of the process we can also change the transaction status to Success\Failed.
Hope this the easiest approach for my Problem.