How we decide which bot is working on that particular process when 5 bot have working on same process and process have credential so which bot working on that point how we decide
You can use the following expression to get the bot involved in the processing:
botName = Environment.MachineName
Hope this helps,
Best Regards.
1 Like
Hi @sohil_bagwan, you can fins that in Orchestrator queue as well when you’re looking at the processed queue items.
1 Like