cancel
Showing results for 
Search instead for 
Did you mean: 
SameerJoshi
Level 4
Status: New
feature to create and save a connection between process and bot machine will help to get rid of dragging processes on bot machine by scrolling through the long lists of bot machines, feature can be introduces as a schedule without any timing, but can be ran manually whenever required
3 Comments
ChristianPanhan
Level 6

this could be achieved by using an active queue

SameerJoshi
Level 4
Hi Christian,

Could you please more elaborate ? Basically, I am in need of functionality where I can create a schedule without mentioning any time or its frequency. This will help to trigger a process on one click, instead of dragging and then starting a session.
ChristianPanhan
Level 6
​Hi Sameer,

in Blue Prism System tab under Workflow\Work Queues you can define a working queue as an active queue. There you have to assign a process and a resource group to process the items. Once this is done, the working queue shows up in control room under "Active Queues". So you can start und shut down resources by simply entering the number of resources you want up to the currently available resources defined in the reousrce Group.

Bee sure the process implements the IsStopRequested()-Function in order to allow the process to react on stop requests.