Obtain the list of process variables with Bonita API 6.2

1
0
-1

Hi, is there a way of getting the list of all the process variables in the Bonita 6.2 java API ?

1 answer

1
0
-1
This one is the BEST answer!

This did the job:

processAPI.getProcessDataDefinitions(processDefinitionId, startIndex, maxResults)

Notifications