the uploader always tells me that the xml document is no BPMN 2.0 XML document.
So i pick out the part where the problems appear (Line 52 is <camunda:constraint/>)
<userTask id="UserTask_2" camunda:candidateGroups="Entscheider" name="Hard- und Softwareauswahl">
<extensionElements>
<camunda:formData>
<camunda:formField id="tablet" label="Tablet" type="boolean">
<camunda:validation>
<camunda:constraint/>
</camunda:validation>
</camunda:formField>
<camunda:formField id="mindmanager" label="Mindmanager" type="boolean"/>
<camunda:formField id="visio" label="Visio" type="boolean"/>
<camunda:formField id="pms" label="Projektmanamgent-Software" type="boolean"/>
</camunda:formData>
</extensionElements>
<incoming>SequenceFlow_2</incoming>
<outgoing>SequenceFlow_3</outgoing>
</userTask>
Kind regards,
Felix
Hi again,
i tried it with a complete new BPMN File.
But he still tells me the same Error with the same file. But the file did not exist anymore ...
Hi,
I have solved the problem.
I made a new BPMN file and reloaded the Camunda JBoss.
Now everything works.
Thank you for you support!