bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
288 stars 137 forks source link

Update variable name after element is renamed in each editor #863

Open barmac opened 2 months ago

barmac commented 2 months ago

What should we do?

Update variable name after element is renamed in each editor. This can be done via NameChangeBehavior, given that it is adjusted to each of the editors.

Why should we do it?

Variable name has to be equal to the element name if variable is present. This is part of the specification.