Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support zeebe:VersionTag #60

Merged
merged 2 commits into from
Jul 10, 2024
Merged

feat: support zeebe:VersionTag #60

merged 2 commits into from
Jul 10, 2024

Conversation

philippfromme
Copy link
Contributor

@philippfromme philippfromme commented Jul 9, 2024

Adds support for zeebe:VersionTag extension elements at the process level.

Example

<bpmn:process 
  id="process-1"
  xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
  xmlns:zeebe="http://camunda.org/schema/zeebe/1.0"
>
  <bpmn:extensionElements>
    <zeebe:versionTag value="v1.0.0" />
  </bpmn:extensionElements>
</bpmn:process>

Closes #59

@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Jul 9, 2024
@philippfromme philippfromme merged commit 115e29e into main Jul 10, 2024
3 checks passed
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Jul 10, 2024
@philippfromme philippfromme deleted the version-tag branch July 10, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support zeebe:versionTag
1 participant