camunda / camunda-bpmn-moddle

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

fix(moddle): support modelerTemplate for bpmn:Collaborations #67

Closed MaxTru closed 3 years ago

MaxTru commented 3 years ago

related to camunda/camunda-modeler#2121

MaxTru commented 3 years ago

@philippfromme or @pinussilvestrus any chance to get a review from you? Thanks

philippfromme commented 3 years ago

There's a tiny chance, yes. 🤞

pinussilvestrus commented 3 years ago

This is only for adding the general templating support, right? It does not affect that we have some problems with those root elements as for now (https://github.com/camunda/camunda-modeler/issues/2128)

MaxTru commented 3 years ago

This is only for adding the general templating support, right? It does not affect that we have some problems with those root elements as for now (camunda/camunda-modeler#2128)

Yes exactly right. Exploring the issue, I found out that basically we missed this in our schema. So consider it housekeeping :-)

pinussilvestrus commented 3 years ago

👍