12-01-22 08:58 AM
12-01-22 04:43 PM
12-01-22 04:50 PM
13-01-22 04:09 AM
I want to collect Blue Prism schedule information from ServiceNow with ServiceNow Rest API.
13-01-22 08:37 AM
I have two questions .
1.I'm not familiar with Blue Prism, I found Blue Prism API here(https://bpdocs.blueprism.com/bp-7-0/en-us/api-spec-7-0-1.html#tag/Schedules), I'm wandering if we can use those APIs to get Scheduler name, start time, sessions, and runtime resources infomation.
2.Is that possible to achieve the auto robot deployment if we send bprelease file from Servicenow to BluePrism? if so, how to do that?
13-01-22 01:43 PM
Hi @yaoli,
The REST API you've referenced above can be used to retrieve and update schedule details in a Blue Prism environment. However, this API is only available in Blue Prism v7 and later.
For v6, and earlier, environments you would have to go another route. There's a command line utility called AutomateC.exe that you could leverage through PowerShell or other means. It supports working with schedules. You can find more information about it here:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=AutomateC
You could create a VBO that implements the schedule specific actions from AutomateC and then expose that VBO as a SOAP web service. Then you should be able to invoke that from ServiceNow.
Cheers,
17-01-22 02:08 AM