Interface with BPMN.io UI and Flowable rest Engine

Hi All,
I am using BPMN.IO as modeler for BPMN file generation and using Flowable Rest Engine to process them.BPMN IO uses namespace (camunda) which flowable rest engine does not recognizes.Hence, generated BPMN files become invalid in context of flowable rest engine.

Please let me know, if there is way to change namespace programmatically generated by BPMN.io so that it can work with flowable rest engine.

Thanks,
rj2635

Hi,

Ehm, why would you do it like this? Flowable provides the Flowable Modeler which is also a web based editor where you can model your process definitions. That uses the Flowable namespace, so no issues then.

Best regards,

Tijs

The problem in including Flowable Modeler is that we have to include the IDM app too.
Is it possible to only have Modeler and Runtime?