cancel
Showing results for 
Search instead for 
Did you mean: 

Get list of process templates from a standalone java application

Former Member
0 Kudos

Hi all,

Is it possible to get the list of process templates on a portal through a standalone java application?

Regards,

Satyajit.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Satyajit,

You can get a list of process templates using

GPProcessFactory.getDesigntimeManager().getActiveProcessTemplatesByCategory(String categoryId, IUser user)

but this will only work from within the application server.

Off course you can create a webservice to get this list from a standalone java application.

Regards,

Johan

Answers (0)