Automatic schedule script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-18 02:08 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-18 02:28 PM
See the section on the Command Line API in the product Help file.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-08-18 02:14 AM
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
