mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 17:16:02 +00:00
035bb0c1fd
This makes sure that the semantic ID prefix reflects the common type of all replace options. ID prefixes for elements will match the examples: * `bpmn:ServiceTask` => `Activity_<id_suffix>` * `bpmn:EndEvent` => `Event_<id_suffix>` * `bpmn:EventBasedGateway` => `Gateway_<id_suffix>` * `bpmn:SequenceFlow` => `Flow_<id_suffix>` Related to https://github.com/camunda/camunda-modeler/issues/1654