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

EscalationCode not converted #742

Closed
ManuelDittmar opened this issue Feb 13, 2024 · 0 comments · Fixed by #795
Closed

EscalationCode not converted #742

ManuelDittmar opened this issue Feb 13, 2024 · 0 comments · Fixed by #795
Assignees
Labels
bug Something isn't working triage

Comments

@ManuelDittmar
Copy link

Describe the bug

<bpmn:escalation id="Escalation_039gn2s" name="EscalationName" escalationCode="EscalationCode" />

is converted to

<bpmn:escalation escalationCode="" id="Escalation_039gn2s" name="EscalationName">

Steps to reproduce

Analyze Diagram EscalationAndError.bpmn

Escalation.zip

Expected Behaviour

Escalation Code is converted correctly.

Library version

0.8.1

Camunda Platform 7 version

7.20

Camunda Platform 8 version

8.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants