Currently it is possible to create bpmn:message (as well as escalation, errors...) with empty names.
Since I can not imagine any scenario where a user would want / need a messsage without a name I'd argue that it should not be possible to create messages without a name.
Steps to reproduce
Create new message and remove the name
End up with an empty message
Expected behavior
It should not be possible to create message with an empty name, a validation error should appear if one deletes the name.
Describe the bug
Currently it is possible to create
bpmn:message
(as well as escalation, errors...) with empty names. Since I can not imagine any scenario where a user would want / need a messsage without a name I'd argue that it should not be possible to create messages without a name.Steps to reproduce
Expected behavior
It should not be possible to create message with an empty name, a validation error should appear if one deletes the name.
Environment
Camunda Modeler system information
Additional context
Related to #4339, #4343, #4344