Closed nikku closed 2 months ago
As reported in https://github.com/bpmn-io/bpmn-js-differ/issues/22#issuecomment-2311988241 by @nithinssabu the linked PR likely introduced a bug where changes in element types are no longer recognized:
<bpmn:userTask id="Activity_0f5vdgx"> <bpmn:incoming>Flow_1dqzfs7</bpmn:incoming> <bpmn:outgoing>Flow_099h4vv</bpmn:outgoing> </bpmn:userTask>
<bpmn:task id="Activity_0f5vdgx"> <bpmn:incoming>Flow_1dqzfs7</bpmn:incoming> <bpmn:outgoing>Flow_099h4vv</bpmn:outgoing> </bpmn:task>
0
#Activity_0f5vdgx
Cf. downstream bug report.
Describe the Bug
As reported in https://github.com/bpmn-io/bpmn-js-differ/issues/22#issuecomment-2311988241 by @nithinssabu the linked PR likely introduced a bug where changes in element types are no longer recognized:
Before
After
Steps to Reproduce
0
Expected Behavior
#Activity_0f5vdgx
changedEnvironment
Cf. downstream bug report.