Hi can anyone help me to tell me how many type of license in uipath and how to count how many bot needed for process.
Hi
Have a view on this doc for type of license in UiPath
And for this
It depends on the process we have
Say for example if we have a process which has to fetch the input data and provide it multiple bots
Then we can use Dispatcher and performer type of process
Where dispatcher will fetch the input and keep it ready and performer will pick and run the process with that data
In simple words number of bots for a process can be used decided on volume of input
If the volume is high then we can have multiple bots
If not then single bot is enough
The reason why we need to look for volume of data is, if the volume is high the time taken for a process to complete will be more which will eventually take more time and bot utilisation which may impact other bots
So we can split them where two bots can run in two different environments and process the data either from queue or from other input format
Hope this would help you
Cheers @Aleem_Khan