I’m still new to UiPath. Lets say I have a dozen jobs to run on a single un-attended robot. All jobs are different so I can’t use the Queuing/Transaction feature. The execution time can vary depending on the amount of data. Let’s say for discussion sake they each take between 15 & 30 minutes. Can I schedule them optimistically 15 minutes apart. Or do I need to schedule based on the worst case scenario of 30+ minutes apart? If I schedule worst case, then on a normal day the robot will be wasting half of it’s time? Making this robot quite lazy.
What I’m expecting, or looking for is behavior like an old AS/400 job queue that processes jobs one by one until they are done FIFO starting the next as soon as the previous job completes. Can I do this?
Thanks!