Get information of pseudo reference type

cancel
Showing results for 
Search instead for 
Did you mean: 
lnavet
Member II

Get information of pseudo reference type

Hello,

I need, as part of my project, to list the processes and more precisely the field processDefinitionsKey.

Do you know if the api activiti allows me to recover this through the various services (runtimeService ...)?

I remind you in advance.

Lawrence.

1 Reply
gdharley
Intermediate

Re: Get information of pseudo reference type

Lawrence,

A very vague question, but certainly the repositoryService provides a createProcessDefinitionQuery() method that allows you to retrieve a list of deployed process definitions. From the resulting list you can easily pull out the process definition key.

Greg