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
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.
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