Open venkata-ramana-subramanyam opened 3 months ago
I was going through the kie editor documentation here - https://blog.kie.org/2020/10/bpmn-and-dmn-standalone-editors.html and I have a question on when to use unsubscribeToContentChanges method.
Whenever I do subscribeToContentChanges, should i everytime do unsubscribeToContentChanges?
Thanks
Only if you want to stop your callback from being executed when there are changes done to the models.
I was going through the kie editor documentation here - https://blog.kie.org/2020/10/bpmn-and-dmn-standalone-editors.html and I have a question on when to use unsubscribeToContentChanges method.
Whenever I do subscribeToContentChanges, should i everytime do unsubscribeToContentChanges?
Thanks