Error Log When Opening Downloaded File

Error Log here for this .io file - can anyone help to recover please?diagram.bpmn (28.2 KB)

unparsable content bpmn:process detected
line: 77
column: 2
nested error: duplicate ID <Process_0nudi9c>

unresolved reference <Flow_0vqkt1h>
unresolved reference <Flow_19iy794>
unresolved reference <Flow_1g59u5h>
unresolved reference <Flow_1xvgtl3>
unresolved reference <Flow_1jb020e>
unresolved reference <Flow_1jgk8mc>
unresolved reference <Flow_0q2ia1i>
unresolved reference <Flow_03fdjbm>
unresolved reference <Flow_09xahu4>
unresolved reference <Flow_1py3dvi>
unresolved reference <Event_0boogjn>
unresolved reference <Activity_0jwb9uv>
unresolved reference <Gateway_0sspzs6>
unresolved reference <Activity_0av9w01>
unresolved reference <Activity_0s29vpr>
unresolved reference <Event_1na5ooc>
unresolved reference <Activity_18tx7yb>
unresolved reference <Activity_183sgzi>
unresolved reference <DataObjectReference_09eosip>
unresolved reference <Gateway_09ctakw>
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_0vqkt1h_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_19iy794_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_1g59u5h_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_1xvgtl3_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_1jb020e_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_1jgk8mc_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_0q2ia1i_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_03fdjbm_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_09xahu4_di” />
no bpmnElement referenced in <bpmndi:BPMNEdge id=“Flow_1py3dvi_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Event_0boogjn_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Activity_0jwb9uv_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Gateway_0sspzs6_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Activity_0av9w01_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Activity_0s29vpr_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Event_1na5ooc_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Activity_18tx7yb_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Activity_183sgzi_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“DataObjectReference_09eosip_di” />
no bpmnElement referenced in <bpmndi:BPMNShape id=“Gateway_09ctakw_di” />
element with id Event_1agfuk3 already exists
element with id Activity_1b5u2p9 already exists
element with id Gateway_0ox17kv already exists
element with id Activity_0zdgbup already exists
element with id Activity_1ru9anf already exists
element with id Activity_19ryovb already exists
element with id Activity_00izkvi already exists
element with id Event_1ch6mvd already exists
element with id Activity_0rm0x9m already exists
element with id Activity_151qg7g already exists
element with id DataObjectReference_0yyjqp8 already exists
element with id Gateway_1pvbf98 already exists
element with id Flow_0qcg5xc already exists
element with id Flow_0w16eih already exists
element with id Flow_0i3mydf already exists
element with id Flow_0qj2yzx already exists
element with id Flow_1j16p5v already exists
element with id Flow_0qi22fg already exists
element with id Flow_1leizd8 already exists
element with id Flow_0lwmy4m already exists
element with id Flow_101c6ez already exists
element with id Flow_11zr0t0 already exists
element with id Flow_0xydz4a already exists
element with id Flow_1atbtyq already exists

It seems the process ID is duplicated on your diagram:

  <bpmn:process id="Process_0nudi9c">

This occurs on both line 15 and line 78.

The participants defined on lines 7 and 8 refer to the same duplicated ID.

You’ve got two processes with the same ID in your diagram.

<bpmn:process id="Process_0nudi9c">
  ...
</bpmn:process>
<bpmn:process id="Process_0nudi9c">
  ...
</bpmn:process>

How did you model this BPMN diagram?

1 Like

I have used a base diagram to copy across to different work flows… would that be the issue? If so, is it recoverable…or how can I avoid in the future?