gitgabrio commented on code in PR #3707:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3707#discussion_r1796803882
##########
jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/node/CompositeNodeInstance.java:
##########
@@ -473,4 +483,24 @@ public Map<String, Integer> getIterationLevels() {
return iterationLevels;
}
+ /**
+ * Return a Set of classes that are not serializable
+ * Every subclass should override it, if needed, to avoid polluting the
parent one (this) with children details
+ *
+ * @return
+ */
+ protected Set<Class<? extends org.kie.api.runtime.process.NodeInstance>>
getNotSerializableClasses() {
+ return Collections.emptySet();
Review Comment:
Required at line 503
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]