I have 40 processes that run each day. The processes aren't linked, processes 2 is not dependent on output from process 1 for example.
I want them all to run as early as possible from 10 am.
I currently have a pool of 4 bots.
If I create a schedule, with all 40 processes, to start at 10am, the schedule runs all processes on the same bot one after the other. 3 bots are idle.
I could create 4 schedules with 10 processes each, but the processes aren't all of equal time and depending on the length of the process some bots would be idle while others still have some tasks to complete.
Is there functionality within BP to have a bot within a pool pick up the next process? so for example have one schedule with 40 items and have the next process in the schedule assigned to the first available bot?