List of exposed processes
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-09-20 09:43 AM
Hi,
We have a requirement to read all the list of exposed processes in Blue Prism. Currently we parse http://localhost:8181/ws/ using HTML parser in Java. But we are concerned if this a fool proof approach or not. Is it guaranteed that the HTML structure of that page remains same? if not, is there a way to get list of exposed processes?
We tried http://localhost:8181/proclist but it returns all the existing processes
We also tried created a process at Blue Prism side, which reads list of processes from DB where wspublishname is not null. But with this approach, once exposed but now concealed processes are also shown in that list.
Please advice.
------------------------------
Thanks,
Bala Krishna
------------------------------
We have a requirement to read all the list of exposed processes in Blue Prism. Currently we parse http://localhost:8181/ws/ using HTML parser in Java. But we are concerned if this a fool proof approach or not. Is it guaranteed that the HTML structure of that page remains same? if not, is there a way to get list of exposed processes?
We tried http://localhost:8181/proclist but it returns all the existing processes
We also tried created a process at Blue Prism side, which reads list of processes from DB where wspublishname is not null. But with this approach, once exposed but now concealed processes are also shown in that list.
Please advice.
------------------------------
Thanks,
Bala Krishna
------------------------------
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-09-20 11:21 AM
Hi Bala,
Please use the asset here https://digitalexchange.blueprism.com/dx/entry/9648/solution/process-information-utility-2 to retrieve the necessary info.
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
Please use the asset here https://digitalexchange.blueprism.com/dx/entry/9648/solution/process-information-utility-2 to retrieve the necessary info.
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-09-20 01:47 PM
Hi Shashank,
Thank you for the suggestion. One thing I noticed is that, the Get Processes action returns processes that are once exposed but later concealed as well. Is there any way to get only currently exposed processes?
------------------------------
Bala Krishna Vepuri
------------------------------
Thank you for the suggestion. One thing I noticed is that, the Get Processes action returns processes that are once exposed but later concealed as well. Is there any way to get only currently exposed processes?
------------------------------
Bala Krishna Vepuri
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-09-20 04:33 PM
Hi Bala,
See Processes/objects – exposure
https://bpdocs.blueprism.com/bp-6-9/en-us/frmWebServiceExpose.htm
http://[machinename]:[port]/ws/
is the URL listed in the documentation for confirming exposed web services, so I would say it is stable. Out of caution, I'd still recommend re-testing your approach during version upgrades, changing port settings, or enabling/disabling transport security (SSL/TLS certificates).
------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------
See Processes/objects – exposure
https://bpdocs.blueprism.com/bp-6-9/en-us/frmWebServiceExpose.htm
http://[machinename]:[port]/ws/
is the URL listed in the documentation for confirming exposed web services, so I would say it is stable. Out of caution, I'd still recommend re-testing your approach during version upgrades, changing port settings, or enabling/disabling transport security (SSL/TLS certificates).
------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-09-20 04:33 PM
Hi Bala,
I couldn't replicate your issue. Are you able to step through the Get Processes action and see what you get in the "Results" collection?
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
I couldn't replicate your issue. Are you able to step through the Get Processes action and see what you get in the "Results" collection?
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-09-20 08:51 AM
Hi Patrick,
Thanks for the suggestion, currently we use the url that you have suggested and parse it using a HTML parser. My question is, is there a better way to get the exposed processes list in another format, say json or even xml?
------------------------------
Bala Krishna Vepuri
------------------------------
Thanks for the suggestion, currently we use the url that you have suggested and parse it using a HTML parser. My question is, is there a better way to get the exposed processes list in another format, say json or even xml?
------------------------------
Bala Krishna Vepuri
------------------------------
