yesamer opened a new issue, #2016:
URL: https://github.com/apache/incubator-kie-issues/issues/2016
A new Descendant expression has been introduced in DMN 1.6
> In the case of nested contexts, the descendant expression can be used to
access a property name recursively throughout
> the nested context. For example:
> { a: { b: { b: 1 } } }...b
> is evaluated to:
> [ { b: 1 }, 1 ]
> because each key contained in the context and all of its nested contexts
are returned as a list of associated values.

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