I have several processes in my camunda process model. I want to sort them after a numerical order, therefore I added a variable in each process which I called "process_order" and giving them a number which represents the order (1 is the first priority, 2 is second priority etc.) as shown in the picture below.
In the BPMN file it looks like this:
So I'm wondering how to get the extension property out using Java?
Thanks for any reply :)