Deploy a process without a file using REST

Hi,
is there a way to deploy a process .bpmn model that is not a file? I’d like to implement a deployment solution into the modeler therefore I’ll only have access to the process XML.

Best regards
Felix

You could have a look at this project which implemented a “deploy” button as part of bpmn-js.

That’ll probably do what you’re looking for.

Cool, thank you! I’ll have a look at it!