fjtirado commented on code in PR #4146:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4146#discussion_r2758786215
##########
jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/WorkflowProcessInstanceImpl.java:
##########
@@ -1000,7 +1000,7 @@ private void removeEventListeners() {
@Override
public String[] getEventTypes() {
- return
externalEventListeners.keySet().stream().map(this::resolveVariable).collect(Collectors.toList()).toArray(new
String[externalEventListeners.size()]);
Review Comment:
Hmmm, Im not sure this can be removed, this was there to support "templates"
on event types
--
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]