cancel
Showing results for 
Search instead for 
Did you mean: 

How to get all process variables without restarting an instance?

david12
Champ in-the-making
Champ in-the-making

Hello, I am looking a way to get all process variables without starting an instance from the BPMN file for example. Thank you.

Regards

David

1 REPLY 1

salaboy
Star Collaborator
Star Collaborator

Hi there,

so you want to get all the variables definitions from the BPMN file right?
You can take a look at how we are doing it in activiti cloud: 

activiti-cloud-runtime-bundle-service/ProcessDefinitionMetaControllerImpl.java at develop · Activiti...