martinweiler commented on code in PR #2225:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2225#discussion_r2105366247
##########
data-index/data-index-storage/data-index-storage-api/src/main/java/org/kie/kogito/index/model/ProcessInstance.java:
##########
@@ -35,6 +35,10 @@ public class ProcessInstance extends ProcessInstanceMeta {
private ProcessInstanceError error;
private ProcessDefinition definition;
+ public ProcessInstance() {
+ System.out.println("ProcessInstance created");
+ }
+
Review Comment:
I assume this is just a test addition.
--
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]