elguardian commented on code in PR #3545:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3545#discussion_r1629664187
##########
jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java:
##########
@@ -548,47 +556,47 @@ public void beforeProcessStarted(ProcessStartedEvent
event) {
}
}
- });
-
+ };
+ ProcessTestHelper.registerProcessEventListener(app, listener);
+ CallActivitySubProcessProcess.newProcess(app);
+ org.kie.kogito.process.Process<CallActivityMIModel> process =
CallActivityMIProcess.newProcess(app);
+ CallActivityMIModel model = process.createModel();
Review Comment:
need to register the subprocess
CallActivitySubProcess
--
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]