AthiraHari77 commented on code in PR #2253:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2253#discussion_r2282480017
##########
jitexecutor/jitexecutor-common/src/main/java/org/kie/kogito/jitexecutor/common/requests/MultipleResourcesPayload.java:
##########
@@ -24,6 +24,7 @@ public class MultipleResourcesPayload {
private String mainURI;
private List<ResourceWithURI> resources;
+ private boolean isStrictMode;
Review Comment:
@yesamer Since JITDMNPayload extends MultipleResourcesPayload, and the
Canvas platform can send multiple DMN resources simultaneously, we utilize
MultipleResourcesPayload to accommodate this scenario. Hence, a new field was
introduced in MultipleResourcesPayload to support handling this scenario as
well.
--
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]