As a Camunda 8 user, I'd like to be able to specify a custom version tag for a DMN decision (so that the decision will be available under this version tag when it gets deployed later on and can be referenced from a BPMN business rule task using versionTag binding).
Proposed solution
[x] A new (optional) input field "Version tag" is added to the "General" section of the properties panel for a decision in a DMN diagram.
[x] The version tag is stored in the value attribute of a zeebe:versionTag extension element:
Problem you would like to solve
As a Camunda 8 user, I'd like to be able to specify a custom version tag for a DMN decision (so that the decision will be available under this version tag when it gets deployed later on and can be referenced from a BPMN business rule task using
versionTag
binding).Proposed solution
value
attribute of azeebe:versionTag
extension element:Additional context