Unable to model Elements in BPMN process

I am using JMIX Studio 1.5.5 and have a bpmn process that works fine so far. But, now I want to add a new gateway after the “Save Loan Request” Task right at the beginning. I am able to add the gateway, but cannot connect the sequence flow with it… I also tried it, using the Camunda modeler, but I got the same problem here. I suppose, something is wrong with my diagram, but I don’t find the issue. Any ideas?
image

loan-application.xml.zip (3.4 KB)

Hi Manuel! Try to insert the following section in the XML schema of your BPMN 2.0 file right after the row number 183:

      <bpmndi:BPMNShape id="loanApplicationProcess_di" bpmnElement="loanApplicationProcess" isHorizontal="true">
        <omgdc:Bounds x="100" y="-95" width="2298" height="615" />
      </bpmndi:BPMNShape>

The visualization section was broken. Please find attached the fixed .bpmn diagram.
loan-application.xml.bpmn.zip (3.9 KB)

2 Likes