-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.9.0
-
Component/s: bpmn model api
-
None
Since the ModelUtil#getModelElement method can be called by the ModelElementTypeImpl class, it is possible to avoid quering for the class by passing it to the ModelUtil#getModelElement .
Additionally, this will avoid the issue of returning a different ModelElementType that has a duplicate type name (issue CAM-8888(https://app.camunda.com/jira/browse/CAM-8888))).