cancel
Showing results for 
Search instead for 
Did you mean: 

BP API to Trigger Process from Outside Available

StefanSchnell1
Level 7
Hello Community and BP Team,

a tiny question: In some business use cases it is very useful to trigger an automation process in BP from an event from outside of BP. Offers BP therefore an API, maybe an REST API, to handle this kind of requirements? 

Thanks and best regards
Stefan
1 BEST ANSWER

Best Answers

ewilson
Staff
Staff
Hi @StefanSchnell1,

There's no REST API available, but you are able to expose any process or VBO as a SOAP web service by going to System -> ​Objects|Processes -> Exposure and then selecting "Expose a Business Object" or "Expose a Process".

There's also a command line tool, installed with Blue Prism, called AutomateC.exe that can be used to execute processes. 

Lastly, each Runtime Resource exposes an HTTP interface that you can use to perform various actions against the specific runtime resource including kicking off a process on it.

You can find more information about all of the above in the online help.

Cheers,

View answer in original post

2 REPLIES 2

ewilson
Staff
Staff
Hi @StefanSchnell1,

There's no REST API available, but you are able to expose any process or VBO as a SOAP web service by going to System -> ​Objects|Processes -> Exposure and then selecting "Expose a Business Object" or "Expose a Process".

There's also a command line tool, installed with Blue Prism, called AutomateC.exe that can be used to execute processes. 

Lastly, each Runtime Resource exposes an HTTP interface that you can use to perform various actions against the specific runtime resource including kicking off a process on it.

You can find more information about all of the above in the online help.

Cheers,

StefanSchnell1
Level 7
Thank you very much @ewilson.​