gitgabrio commented on code in PR #6262:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6262#discussion_r1967593514


##########
kie-dmn/kie-dmn-validation/src/main/resources/org/kie/dmn/validation/DMNv1_2/dmn-validation-rules-dmndi.drl:
##########
@@ -90,6 +90,7 @@ when
     $shape : DMNShape(dmnElementRef.prefix == XMLConstants.DEFAULT_NS_PREFIX)
     not DRGElement(id == $shape.dmnElementRef.localPart)
     not TextAnnotation(id == $shape.dmnElementRef.localPart)
+    not Group(id == $shape.dmnElementRef.localPart)

Review Comment:
   @yesamer 
   Unfortunately, our engine does not work quite that way.
   I'm looking at that



-- 
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]

Reply via email to