camunda / camunda-bpmn-moddle

Camunda moddle extensions for BPMN 2.0
MIT License
64 stars 40 forks source link

feat(copy/paste): allow copy/paste of camunda:ErrorEventDefinition errorRefs #68

Closed azeghers closed 3 years ago

azeghers commented 3 years ago

This PR adds the missing errorRef in the camunda:ErrorEventDefinition elements when copy/pasting a service task.

It also adds karma to allow for the integration testing of the behavior. In its current state, the testing script is broken as there is an import conflict I would need some help fixing.


Related to bpmn-io/bpmn-js-properties-panel#442

nikku commented 3 years ago

Pushed some cleanups on top and will release this one as a pre-release.

philippfromme commented 3 years ago

🚀