jomarko commented on issue #1341:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1341#issuecomment-2765965845

   @AthiraHari77 I am sorry for not being clear enough, or mistake when 
reported this issue. The problem I see is this. Originally a user tried to use 
editor, that contained this constraint definition [1]:
   
   ### [1]
   ```
   not(null) and (string length()>0)
   ```
   
   Such constraint definition is invalid and some message about it should 
appear to the user I believe as in old dmn editor so in new dmn editor.
   
   Once user fix the constraint definition to be [2]:
   
   ### [2]
   ```
   string length(?)>0
   ```
   
   Then there should be not an warning/error mesage and user should be able to 
evaluate dmn model as using old dmn editor so new dmn editor. 
   
   Am I more clear now?


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