camunda / camunda-bpmn-moddle

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

feat(resources): add camunda:calledElementVersionTag binding #44

Closed pinussilvestrus closed 5 years ago

pinussilvestrus commented 5 years ago

Closes #43

Just another additional thoughts: The documentation reveals that the camunda:calledElementBinding extension indicates whether version or versionTag to take. Therefore having both of them inside a diagram does not make really sense. Maybe we should consider creating rules for disallow this.

However, the bpm-js-properties-panel#Callable.js is handling this scenario. So no more work needed here.