We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SequenceFlow element type toggling (eg.: Sequence flow -> Default flow) is not recognized as a change. Label change works fine.
_changed property of diff function result should contain something similar:
_changed : { Gateway_id: { attrs: { default: { oldValue: undefined, newValue: 'Flow_id' } } } }
Object model contains this default attribute:
modeler._definitions.rootElements[0].flowElements.find(f => f.id == 'Gateway_id').default ModdleElement {id: 'Flow_id', name: 'default', $parent: ModdleElement, …} $type: "bpmn:SequenceFlow" id: "Flow_id" name: "default" $attrs: (...) // ...
Library version: 2.0.2
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. I can reproduce this. Moving to backlog.
backlog
Sorry, something went wrong.
No branches or pull requests
SequenceFlow element type toggling (eg.: Sequence flow -> Default flow) is not recognized as a change.
Label change works fine.
_changed property of diff function result should contain something similar:
Object model contains this default attribute:
Library version: 2.0.2
The text was updated successfully, but these errors were encountered: