cancel
Showing results for 
Search instead for 
Did you mean: 

Master process calling another process as need

Anonymous
Not applicable
Hello   Im looking to create a main process that handled specific Machines and process, this main process will be in charge of call the specific process, on a free machine, when is need it, the main process will run 24/7, and the other under request. It is that possible? There is any documentation about it?    Regards
3 REPLIES 3

david.l.morris
Level 15
You'll probably want to look at Dynamic Scheduler concepts, which as I just learned comes with a VBO from which you can call AutomateC commands. It'll be a zip file with a bprelease and documents. https://portal.blueprism.com/documents/standard?title=dynamic&category=…

Dave Morris, 3Ci at Southern Company

EoinMcAndrew
Level 4
Hi David, in the Queue based Process Call example is it possible to list more then one resource for a process? So that if one is busy but another is free it can be worked?

david.l.morris
Level 15
Yeah, it's just an input for the CLI command. You would need to adjust the logic of the process to account for trying one resource then another then another etc. You can create a table in excel that holds the names of various resources that can be used. And then the process can try those resources in a round robin style, similar to how resources are used in a Resource Pool. That's effectively what you're looking to do -- create a resource pool from your logic but without using actual resource pools in Blue Prism.

Dave Morris, 3Ci at Southern Company