Hi All,
it is possibile to get process extension elements through REST api?
I create a process with extension elements and deployed it to a BPM engine. If I get the XML, I see the extension elements I had defined but I can’t get it through any rest API. How can I get it?
there is no specific API to retrieve the extension elements. A common way is to fetch the process XML via Rest API and use the BPMN model api to extract the extension elements.