mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-06 06:03:56 +00:00
* use bpmnFactory for cloning to ensure all relevant elements have actual IDs * don't copy dataAssociations, as they are visual elements that will be created during element re-connection NOTE: This fixes data input association not properly being wired during target replace, too. Closes #694, #693