cancel
Showing results for 
Search instead for 
Did you mean: 
Status: New

In Blue Prism, this functionality would be implemented as an action within a business object that allows jobs to "release" their digital worker licenses when a higher-priority job is pending. Essentially, the action would enable the job to place itself back into the queue, allowing more urgent tasks to be processed without disruption.

Having transitioned from UiPath to Blue Prism, I’m bringing a feature I previously custom-built in UiPath, which I found to be immensely beneficial. In our previous framework, we had a system where low-priority jobs could run throughout the day, but if a higher-priority task emerged and required a license, the lower-priority job would temporarily give up its license and return to the queue.  The code would do this checking every time a new queue item was picked up. This behavior was seamlessly integrated into our framework, allowing our processes to communicate dynamically with the control room.

The ability to manage this flow, where jobs could intelligently pause for higher-priority tasks, ensured better resource allocation and process efficiency without needing manual intervention. This feature enhanced our automation framework by offering flexibility in job scheduling.