Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-01-21 09:00 PM
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
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-01-21 10:09 PM
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
------------------------------
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
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-01-21 10:09 PM
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
------------------------------
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
------------------------------
