bpmn-io/bpmn-js-differ
View on GitHubTimer Event is not recognized in the differ module
Open
#15 opened on Sep 16, 2022
backlogbuggood first issuespring cleaning
Repository metrics
- Stars
- (55 stars)
- PR merge metrics
- (PR metrics pending)
Description
Describe the Bug
When we compare two models, and there is a difference in the "duration" configuration in the timer event, then bpmn-js-differ neither populate in the "list of changes" section nor show it on the difference on the models.
Steps to Reproduce
- create two BPMNs (clone each other) with timer event with default event duration as PT1S
- take the second BPMN file and change the above same event's duration to PT15S
- upload these two BPMN Files in the https://demo.bpmn.io/diff, to see if the tool can alert the timer difference.
- diff tool doesn't alert a difference at the timer event.
Expected Behavior
- Diff tool is expected to show the different between two models
- Tool may have to high light there is a difference in timer event node.
- Tool may have to list this difference in "List of changes" panel.
Environment
- Host (Browser/Node version: Version 105.0.5195.125 (Official Build) (64-bit)
- OS: [e.g. Windows 7]: Windows 11
- Library version: [e.g. 2.0.0]