ChinchuAjith opened a new issue, #2034:
URL: https://github.com/apache/incubator-kie-issues/issues/2034

   In DMN 1.6, the Collect hit policy returns either:
   
         -    All matching rule outputs in arbitrary order, or
         -    A single value computed by applying a specified operator to the 
list of matching outputs.
   
   The Collect hit policy can be used with optional operators like '+', '<', 
'>', or '#'. The expected behavior is as follows:
   
         -    If no operator is present, the engine should return a list of 
output entries from all matched rules.
         -    If an operator is present, the engine should return a singleton 
value obtained by applying the function denoted by the operator to the list   
of output entries from all matched rules.
   
   Scope of this task is to :
   
       - Verify that the engine's behavior aligns with the specification 
described above.
       - Apply corrections if any deviation from the expected behavior is 
observed.


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