if i am not wrong what you're looking for is scheduling Tasks as part of a larger Schedule.
you should follow:
- Create a schedule for the overall Business Process your individual Blue Prism Processes are associated with, scheduling the recurrence of the Schedule as required.
- Create a task for the Load Queue process, and assign the process to the single resource you want to run the process itself. Set the Schedule to launch this Task first.
- Create another task for the Main Process, and assign the process to all the resources you'd like to have run the queue processing functionality you've developed. Set this Task to run "On Complete" in the Load Queue task.
- Enable the Schedule, or right-click the Schedule and select the "Run Now" option to see it execute.
You'll see that the first process is executed on the single resource you've selected. Only once that process has been Completed will the Schedule will then launch the processing phase on the multiple resources you've assigned it to.