There's a couple ways to do this.
First, with anything OOB, you can have a feeder process running 24/7 to check for certain conditions to kick off multiple processes via AutomateC. For example, as you say, a qualifying e-mail comes in, or the process has noticed a change in a file. It's
really important that you trigger via AutomateC instead of a sub process, as it will allow for parallel processing.
Second, you could come up with a program running in the background which does the same thing. You can either compile a service, or you can have some basic VB or PowerShell script running in the background. The nice thing about this approach, is it doesn't tie up a single bot or license. Likewise, most of the code is already written for you in the various VBOs within Blue Prism.
------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------