Trigger Blueprism process using Chatbot?

AbhishekPareek

New Member
Hi All,

I want to trigger a BP process using Chatbot and also I want to pass some information to blueprism process?

Anyone can guide on this ?

I highly appreciate your help and support.

Thanks in advance.
 

Sukesh Kumaru

Active Member
In chatbot code include this logic to execute the .bat i.e batch file to execute and this eventually triggers the BP Process.


Create .bat Process file having below commands:

c:\
cd C:\Program Files (x86)\Blue Prism Limited\Blue Prism Automate
.\AutomateC.exe /user <Blue Prism Username> <Password> /run <Process name>

Details:
<Blue Prism Username>: Provide user name of Blue prism
<Password>: Provide Password of Blue prism
<Process name>: Process name to trigger

NOTE: Blue prism must be running and Process must be published to Control Room.

Passing information to blueprism while running is not possible,
pass those information to an excel file and make use of this data through process (design the process accordingly).


Hope this will help.

Good Luck.
 
Top