Deploying a process designed at bpmn.io to camunda

If a process is designed in bpmn.js, can it be deployed to camunda as is ?

Can camunda read different XML schemas?

Camunda is able to read and execute BPMN 2.0 as long as it matches with what the standard has defined.
bpmn.io producing the correct xml and so it’ll run in camunda without any problems.

2 Likes

Thanks Nial, the problem with deployment was that the process was not marked as executable thus not starting in Camunda.

Thanks!

1 Like