You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using persistence, the unmarshall Jsonnode object is not an instance of KogitoObjectListenerAware.
Therefore, variable value of the kogito event that is generated when the workflow model is changed is the whole model, which leads to bigger events
Implementation ideas
Unserialize the json node as instance of KogitoObjectListenerAware
The text was updated successfully, but these errors were encountered:
Description
When using persistence, the unmarshall Jsonnode object is not an instance of KogitoObjectListenerAware.
Therefore, variable value of the kogito event that is generated when the workflow model is changed is the whole model, which leads to bigger events
Implementation ideas
Unserialize the json node as instance of KogitoObjectListenerAware
The text was updated successfully, but these errors were encountered: