cancel
Showing results for 
Search instead for 
Did you mean: 

Create a Schedule Time Via CommandLine

ManojKumar3
Level 6
Hi Team, i have case where i need to create a schedule time(create a Schedule) via command line instead of doing it manually in Blue prism is it possible to achieve this?? because i am able to see only 4 types of commands for schedule via command line ie /startschedule /deleteschedule  /viewschedtimetable /viewschedreport    
2 REPLIES 2

AmiBarrett
Level 12
If you have direct SQL access, you can create a new schedule in BPASchedule, then use the [id] column to populate a row in BPAScheduleTrigger. This is not recommended, but it'll get you there.

SasiAnbalagan
Level 4
Hi Amibarrett, Do you know what is the actual command for /viewschedtimetable, sample command on how to execute. Unfortunately we don't have access to the database, which would be easier to route to take