Run Modes and Real time use

Sukesh Kumaru

Active Member
Run Modes defines how a process runs in relation to the other processes,
there are 3 run modes in blueprism,
Exclusive- runs only single.
Foreground- runs with only 1 foreground and multiple background processes at a time.
Background- runs with multiple other Background processes and a foreground.

If you set Exclusive to BO then it will run alone, as no other processes runs can't be run at same time.
If you set a BO as Foreground and other as Background then they both can run at same time.

real time use:

If you want to run 2 processes at the same time then,
make 1 BO as Foreground and other BO as Background as they can work together at same time.
 

nbargaje

Member
Run Modes defines how a process runs in relation to the other processes,
there are 3 run modes in blueprism,
Exclusive- runs only single.
Foreground- runs with only 1 foreground and multiple background processes at a time.
Background- runs with multiple other Background processes and a foreground.

If you set Exclusive to BO then it will run alone, as no other processes runs can't be run at same time.
If you set a BO as Foreground and other as Background then they both can run at same time.

real time use:

If you want to run 2 processes at the same time then,
make 1 BO as Foreground and other BO as Background as they can work together at same time.


Hi,

make 1 BO as Foreground and other BO as Background as they can work together at same time
for above line--do you mean, when we run 2 processes at same time using same BO on same resource?


Thanks,
Nitin
 
Top