mariofusco commented on code in PR #6103:
URL:
https://github.com/apache/incubator-kie-drools/pull/6103#discussion_r1775404813
##########
kie-api/src/main/java/org/kie/api/command/KieCommands.java:
##########
@@ -115,6 +117,10 @@ Command newQuery(String identifier,
String name,
Object[] arguments);
+ default BatchExecutionCommand newBatchExecution(Command... commands) {
Review Comment:
Not strictly related to this fix, it's just a convenience method that I
added to create batch commands in a single line that I used in my test.
--
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]