cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic schedule script

Vijay_anandT
Level 2
Hi Team , I need a technical assistance from you. We ar trying to implement automatic scheduling script which reads the data fom source and automaticall scehdule the BOTs Happy to share if you need any additional information. Any script related to scheduling the process outside blue prism would also be fine.   Thanks, Vijay Anand TechL ead RPA
2 REPLIES 2

John__Carter
Staff
Staff
See the section on the Command Line API in the product Help file.

You can execute the BP Process or a BP Named scheduler thru command line , sample below 1.To execute a BP Process from Command Line AutomateC /run """" /resource /port 8181 /user /startp "" input name='Comment' type='text' value='Hello World' />""> 2. To execute a BP named schedule from Command Line AutomateC /user /startschedule /schedule ""” This assumes the machine from which you are triggering the process/schedule has a BP Engine installed (as AutomateC is expected). You can keep this script in a BAT File and execute it thru an external scheduler (say autosys) Another method is to trigger it thru WS Calls