cancel
Showing results for 
Search instead for 
Did you mean: 

Expose Process as api

rahulchaudhary1
Level 3

Hi ,

I have designed a process in blue prism and it is working fine, now i need to call/trigger the developed blue prism process from another application as API.
(Is there a way we can create a dll of the process or how can we access/trigger it ) 

Can anyone throw some light on it ? 

Thanks in advance.



------------------------------
rahul chaudhary
------------------------------
1 BEST ANSWER

Best Answers

ewilson
Staff
Staff
Hi @rahulchaudhary1,

There are a couple of ways you can invoke a BP process from an external application. The easiest is to simply expose the process as a SOAP web service and then invoke in via a web service call.

Another approach is to have the calling application invoke the AutomateC.exe command line utility that ships with Blue Prism​.

There's some general information about integration approaches with Blue Prism available here. 

Cheers,

------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------

View answer in original post

1 REPLY 1

ewilson
Staff
Staff
Hi @rahulchaudhary1,

There are a couple of ways you can invoke a BP process from an external application. The easiest is to simply expose the process as a SOAP web service and then invoke in via a web service call.

Another approach is to have the calling application invoke the AutomateC.exe command line utility that ships with Blue Prism​.

There's some general information about integration approaches with Blue Prism available here. 

Cheers,

------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------