-
Notifications
You must be signed in to change notification settings - Fork 481
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
Call Activity Propagation data marker does not update #3815
Comments
The I'm still not sure why it's not behaving as expected. What I can imagine is the
|
Findings from looking at this with @barmac:
|
One idea: use MutationObserver to dispatch marker updates instead of useEffect. |
We cannot use |
Workaround sketch: bpmn-io/properties-panel@3f9f598 |
I propose we go with the workaround for now. In the future (or if more issues like this one come up), we should consider refactoring the way we check/update if entries are edited. This could include making entries more aware and having their own class ToggleSwitch {
isEdited() {
return !!this.state.checked
}
} |
Related to camunda/camunda-modeler#3815 Co-authored-by: Beatriz Mendes <bea.smendes98@gmail.com>
Related to camunda/camunda-modeler#3815 Co-authored-by: Beatriz Mendes <bea.smendes98@gmail.com>
Describe the bug
Steps to reproduce
Expected behavior
The data marker is removed when I toggle propagation off.
Environment
Camunda Modeler system information
#3814
Additional context
The data marker is updated when another property in the
zeebe:calledElement
is updated, e.g. other Propagation or called element IDThe text was updated successfully, but these errors were encountered: