How to get all process variables without restarting an instance?

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

How to get all process variables without restarting an instance?

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
salaboy
Senior Member

Re: How to get all process variables without restarting an instance?

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...