fjtirado commented on code in PR #3756:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3756#discussion_r1824400468
##########
kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/java/org/kie/kogito/serverless/workflow/parser/handlers/ActionNodeUtils.java:
##########
@@ -34,16 +34,21 @@ public class ActionNodeUtils {
return
embeddedSubProcess.actionNode(context.newId()).name(functionDef.getName());
}
- public static void checkArgs(FunctionRef functionRef, String...
requiredArgs) {
+ public static boolean checkArgs(ParserContext context, FunctionRef
functionRef, String... requiredArgs) {
JsonNode args = functionRef.getArguments();
+ boolean isOk = true;
Review Comment:
see response below
--
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]