Hi, is there a way of getting the list of all the process variables in the Bonita 6.2 java API ?
This did the job:
processAPI.getProcessDataDefinitions(processDefinitionId, startIndex, maxResults)
Hi, is there a way of getting the list of all the process variables in the Bonita 6.2 java API ?
This did the job:
processAPI.getProcessDataDefinitions(processDefinitionId, startIndex, maxResults)