Is there any way to display Process description from process settings in the Process Library using Select fields to display?

Like 0

Like

3 comments

Dear Janine,

When we open process settings of a business process there is no process description that can be read there (please see screenshots http://prntscr.com/nb41yp, http://prntscr.com/nb4238, http://prntscr.com/nb426p, http://prntscr.com/nb42ar). Also if we take a look at the VwProcessLib table in database (that is responsible for information on business processes in Process library) there is also no process description field.

Best regards,

Oscar

Oscar Dylan,

Here is the Process description field in settings:

Janine White,

Unfortunately the value of this field is stored in SysSchema table and there is no way to connect to this table using filtering tool when selecting fields to display in Process Library since the table that stores information on business processes, as I mentioned before, is VwProcessLib. I will create a request to our R&D team so they could make this field accessible from Process Library. Thank you for helping us to make our application better!

Best regards,

Oscar

Show all comments

Hi,

I checked and tested an example using this documentation (https://academy.bpmonline.com/documents/administration/7-13/web-service-integration). Web service example (http://fixer.io) is JSON formatted and there is no issue to configure in Process library.

I have another web service link which required output is in XML format. I'm not sure if its configurable in Process library or it will be only possible through code customization.

 

Below is screenshot of specific area of output from that web service link

Any help will be highly appreciable. 

 

Regards

Like 0

Like

3 comments

Please deploy the application locally and catch the request and the response with fiddler.

https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureDotNEā€¦

This way you'll get more information. 

Hi Eugene,

Thank you for reply.

It means there will be code customization is required?

 

Regards

The code customization is not required. But in order to create an integration with a web service the skill in working with web services is required. 

Show all comments