camunda / zeebe-bpmn-moddle

Zeebe moddle extensions for BPMN 2.0
MIT License
14 stars 7 forks source link

Support `zeebe:versionTag` #59

Open wollefitz opened 1 week ago

wollefitz commented 1 week ago

Is your feature request related to a problem? Please describe

Support for the new zeebe:versionTag property to be implemented as part of https://github.com/camunda/product-hub/issues/435.

  <bpmn:process id="test-process" name="test process" isExecutable="true">
      <bpmn:extensionElements>
          <zeebe:versionTag value="v1.0.0" />
      </bpmn:extensionElements>
  </bpmn:process>

Describe the solution you'd like

Describe alternatives you've considered

None.


Related to https://github.com/camunda/product-hub/issues/435 Related to https://github.com/camunda/web-modeler/issues/9581

nikku commented 1 week ago

@wollefitz Usually the team adds ready as part of our regular inbox grooming. What would be needed from your end is to establish context, only. As I understood this would unblock some users right now.

wollefitz commented 1 week ago

As I understood this would unblock some users right now.

Correct, this would unblock us from delivering https://github.com/camunda/web-modeler/issues/9581 to users.