Hi All,
In the inbuilt VBO's given by BluePrism, BO's are present in Exclusive and Foreground. Can we change them to Background. If we do so, we can
run multiple sessions on a single resource even while the session is running.
Thanks..
You can set the run mode to whatever you think is appropriate (instructions on how to do that is found in the Foundation Training course).
However, make sure you only set the run mode based upon how the interface runs. The Excel VBO run mode is set to Background because that interface requires no screen interaction whatsoever. Therefore it is safe to run that interface at the same time as other Background or Foreground tasks.
A VBO that you create that contains any Global screen interactions must be set to be a Foreground mode object, because running it at the same time as other Foreground interfaces will cause concurrency issues - as only one application can be in the foreground at any one time.