Hi All,
I have a very basic question about the utilization percentage of the robots. Is there a global percentage or a research study for that? You may be familiar that a robot can do many jobs in an order but if one of them fails or if one of them takes longer than expected, there is a possibility of sequentially failure of other jobs so we are thinking of leaving buffer time between the jobs. Is it a reasonable method for that? Do you have any recommendations?
Thanks,
Aysegul
1 Like
I don’t feel like you need buffer time, as if a job take longer than normally, the next one is only added to queue to be started after the first one finish. So it won’t actually start before the job before finish.
About failing job, I simply start every process with a “close workflow” that make sure anything that could be a problem is closed before starting a job
1 Like
Thanks,
Aysegul
1 Like
hi @aysyavuz ,
if im not wrong you are looking for Retry option standards right ,
UIPATH gives you handle by your own way as you like to retry feature for the process fails
hope this link useful to you