cancel
Showing results for 
Search instead for 
Did you mean: 

Running same process on multiple machines based on inputs within process using schedulers

Anonymous
Not applicable
Hi, I am facing one challenge using schedulers.I need to run one process on different machines using schedulers based on some inputs say if condition "a" arises then need to run process on resource A else for condition "b" and "c" need to run process on resource B using schedulers. Please suggest how this could be done.
1 REPLY 1

Denis__Dennehy
Level 15
If your 'conditions' are related to resource availability then resource pools can be used. If your conditions are related to date/time criteria than there is a good chance that can be configured using existing time/calander functionality. If you are talking about more complex business process logic, that is not possible within scheduler - for that you would have to create a parent process that you schedule and makes the decision about which process to run on that PC.