Namespace xmlns:camunda_1

Hi,

I don’t really know where post this question, here or in forum bpmn.io, I try here :smiley:

I’m using bpmn-js to dynamically create my bpmn.
However when I add formKey with bpmn-js it create :

<camunda:formKey=“embedded:app:forms/approve-invoice.html”>

when I open the bpmn on camunda-modeler, formkey doesn’t appear (it is still in the xml) and if I set it with camunda modeler it create

<camunda_1:formKey=“embedded:app:forms/approve-invoice.html”>

So I would like to know for camunda (during process execution) which namespace has the priority (for the error handling) and if it is possible to remove bpmn:camunda_1.

ps : I got this on the marker bpmn:definition :

xmlns:camunda=“http://camunda.org/schema/1.0/bpmn” xmlns:camunda_1=“http://activiti.org/bpmn

Thanks!
Romain.