cancel
Showing results for 
Search instead for 
Did you mean: 

How to start/stop process outside Control room

Yeswa_Vaibhav_1
Level 6
How to start/stop a process outside of control room (i.e.,) by using HTTP requests. Is there any detail documentation regarding the Start/Stop of process using HTTP requests? I am trying to start and stop a BOT by using HTTP requests, i tried using the following syntax  http://localhost:8181/user%20admin&password%20MyPassword&create%20name%20My%20Brilliant%20Process  I changed local host to my local machine name, admin&password changed to username ,My Password to password of BP, Process name changed to my present process. I am getting a dialogue "USER SET" on screen.  is there any possible way to do in this way?  Please let me know.
4 REPLIES 4

MayurGangrade
Level 4
Blue Prism User Guide - Web Services This guide might help.

Refer the guide mentioned in the above response. Also you can only expose a BP process/object as a WS and call that process using a http request. The exposed process will have a WS endpoint like http:///ws/?wsdl

Yeswa_Vaibhav_1
Level 6
Thank you for your help. I am running the process from web services, but is there any way to give startup parameters to web services? Because my process had startup parameters which changes every time . Please let me know if there are any. Thank you

JoshuaKingsley
Level 4
Hi, 1. Have you tried scheduler in Blueprism? 2. Have you tried running a process using Commands in Command Prompt? You can also save it as a batch file and start it. Try searching Automate C in ""help document"" for Commands to start process and pass parameters.   Regards.