Deployment error

Deploy error: {“deploymentName”:“IPO_NEW”,“message”:“ENGINE-09005 Could not parse BPMN process. Errors: \n* attribute ‘messageRef’ is required | IPO.bpmn | line 95 | column 38\n* Invalid ‘messageRef’: no message with id ‘null’ found. | IPO.bpmn | line 95 | column 38”,“status”:500,“statusText”:“Internal Server Error”,“url”:“http://localhost:8080/engine-rest/deployment/create”} [ deploy-error ]

[C:\Users\Administrator\Downloads\IPO.bpmn] unparsable content </bpmndi:BPMNLabel> detected; this may indicate an invalid BPMN 2.0 diagram file

Can anyone help us figure out this error?

@Diptiman_Das if you are using Message events, its required to configure message related attributes in bpmn model. Configure the messageRef attribute marked in the image.

image

The generated bpmn should have messageRef in message event.

<bpmn:process id="Process_004w6qs" isExecutable="true">
  <bpmn:startEvent id="StartEvent_1">
    <bpmn:messageEventDefinition **messageRef**="Message_163deu5" />
  </bpmn:startEvent>
</bpmn:process>
1 Like

You need to add a message reference to a symbol.