-
Notifications
You must be signed in to change notification settings - Fork 197
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
Clearing element template property (type=String
) value leads to left overs in XML
#830
Comments
type=String
) value leads to left overs in XML
The expectation is that we also clean up Example: currently, the |
That is fine / could be a follow up. But it is non-critical. I.e. Zeebe engine just fine handles these cases. |
Closing as not a bug: #824 (comment). |
Describe the Bug
When I clear the value of an element template property I expect the value to be removed from the XML if it was otherwise illegal:
zeebe:input
,zeebe:output
,zeebe:property
,zeebe:taskHeader
,zeebe:taskDefinition:type
. Instead what I'm seeing is that the value is kept, leading to illegal BPMN 2.0 XML, i.e.Steps to Reproduce
npm run start:cloud-templates
test_leftover.bpmn
test_leftover_after.bpmn
Expected Behavior
Empty inputs result in removed bindings. Validation indicates whether the property is needed.
Environment
Related to #824 (review).
The text was updated successfully, but these errors were encountered: