Triggering a bot

Sukesh Kumaru

Active Member
Hi Babjee,

There's no straight way option for this in Blue Prism.

As per my knowledge, Let's say you want to run the process named "B" if a file/folder is created.
In order to achieve this, create a process "A", specifically checks for this file/folder presence in the respective location.
If found then it run the process "B" from process "A".

This process of checking for file/folder will happen continuously(you can restrict it to run for 4/8hrs a day).
 

yogeshp4

New Member
Hi Babjee,

Yes that's possible, hope you might aware of powershell scripting and blue prism listener through which we can call blue prism process any time.
 
Hi Babjee,

Yes that's possible, hope you might aware of powershell scripting and blue prism listener through which we can call blue prism process any time.

Hi Yogesh

Thanks for the reply but I'm not aware of powershell scripting can you please help with an URL that makes me familiar with the scripting or with the code that calls up a process in blueprism any time.
 
Last edited:
Top