Not able to configure mulitple BPMN diagrams

Hello Team,

Needed your help on the below issue:

We have tried adding new BPMN diagram to a existing Maven Project and it doesnt reflect on cockpit.

What we have done:

  1. There is a existing Maven Project with an BPMN flow.
  2. Created another BPMN diagram in Camunda Modeler.
  3. Saved under src/main/resources. Refreshed eclipse.
  4. Build the war file through POM.xml.
    5 deployed the latest war in Tomcat.payments-system-0.0.1-SNAPSHOT.txt (5.7 KB)

attaching war file in txt format for reference.customSwiftFlow.bpmn (3.0 KB)
Attaching BPMN diagram as well.

Please let me know if I’m missing something.

Hi @aqaadi,

It seems that your processes (paymentsFlow.bpmn and customSwiftFlow.bpmn) have the same id (i.e. process-payment) inside the xml. Could you please change for one of the process the id attribute inside the BPMN xml?

Cheers,
Roman

That’s right !!

Process ID has got to be unique.