elguardian commented on code in PR #3478:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3478#discussion_r1580527211
##########
jbpm/jbpm-flow-builder/src/main/java/org/jbpm/compiler/canonical/LambdaSubProcessNodeVisitor.java:
##########
@@ -143,15 +149,22 @@ private BlockStmt bind(ModelMetaData subProcessModel) {
}
private BlockStmt createInstance(SubProcessNode subProcessNode,
ProcessMetaData metadata) {
-
+ // return
app.get(Processes.class).<Model>processById(subprocessId).createInstance(model);
Review Comment:
sometimes it is really difficult to know exactly what expression you are
trying to build.
--
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]