Hi,
we have integrated camunda modeler to our angular web application and we are facing an issue while loading and creating the BPMN diagram. we have debugged the issue as it showing below error.
Error: “Ups, error: TypeError: Cannot read property ‘bpmnElement’ of undefined
at l (/ui/dashboard/12.c3dd56a0b3dc5c5587a3.js:1)
at /ui/dashboard/12.c3dd56a0b3dc5c5587a3.js:1
at c (/ui/dashboard/12.c3dd56a0b3dc5c5587a3.js:1)
at Object.handleDefinitions (/ui/dashboard/12.c3dd56a0b3dc5c5587a3.js:1)
at /ui/dashboard/12.c3dd56a0b3dc5c5587a3.js:1
at uf.yo.importDefinitions (/ui/dashboard/12.c3dd56a0b3dc5c5587a3.js:1)
at /ui/dashboard/12.c3dd56a0b3dc5c5587a3.js:1
at /ui/dashboard/12.c3dd56a0b3dc5c5587a3.js:1
at e.invokeTask (polyfills.8eff920fac30628e07ad.js:1)
at Object.onInvokeTask (main.569dd6a07d69287f4bd9.js:1)”
As per our understanding issue is occurring in BpmnTreeWalker.js line:109.
Please find the screenshots of the issue and XML which we are trying to process.
Environment:
Linux OS,
Open JDK 8,
Angular 7.