Using XML in BPM

Hello, is there a way to use standard BPMN files that are actually XML instead of using JSON in bpm module?

Hi, the ProcessRepositoryManager has methods deployProcessFromPath and deployProcessFromXml. You can use them to deploy the process definitions from XML file. But in this case these processes won’t be displayed in models list, only in process definitions list.

so that i can’t modify them. ok, can you please explain me how (and where) to load my XMLs with these metods? in a controller code? do i need to link it to my view (And how)?

Take a look at the “BPM - Process definitions” screen. There is a “Deploy” button there. It allows you to upload process xml file. So, if XML process definitions are taken from your local filesystem, it will work.