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.