-
Notifications
You must be signed in to change notification settings - Fork 17
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
Timer Event is not recognized in the differ module #15
Comments
Hi, thank you for opening this issue. I can reproduce this. Moving to Backlog for now. As this is currently not a high priority item for us, I would like to encourage you to provide a PR for this issue. I investigated a bit and maybe you find my findings helpful to get started. Root Cause We only track the bpmn attributes as defined in bpmn-js-differ/lib/change-handler.js Lines 60 to 67 in 819773d
The Timer is defined in |
hey @marstamm, Thank you for the reply, yes I have noticed it is not a part of tracked attributes, I will be modifiying the code to include that, Thanks for the response once again. |
@marstamm Thank you for providing this open source, learnt little bit on how things work with BPMN.js, I have modified the local snippet as per my needs, and now the code recognize these events including Camunda ones too. Thanks. |
And you plan to contribute that back? |
@nikku I need to do some unit test, and will keep you posted as per the output. Thanks. |
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
Expected Behavior
Environment
Sample BPMN Files.zip
The text was updated successfully, but these errors were encountered: