pefernan commented on code in PR #3858:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3858#discussion_r1998922345
##########
api/kogito-api/src/main/java/org/kie/kogito/internal/process/runtime/KogitoNodeInstance.java:
##########
@@ -75,4 +75,11 @@ default boolean isCancelled() {
default Map<String, Object> getMetaData() {
return Collections.emptyMap();
}
+
+ /**
+ * Returns the number of times the node has been triggered
Review Comment:
@fjtirado I think this javadoc has to be revisited
--
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]