jomarko opened a new issue, #1149: URL: https://github.com/apache/incubator-kie-issues/issues/1149
This issue will describe the situation using `for` expression, however probably all DMN 1.5. expressions may have this issue. In the attached screenshots we see two semantically same for expression. The good thing is that models can be executed, as we see in the DMN Runner panel on the right side, however the extended-services report validation issues to us.   If we take a look into produced xml code, we will notice `typeRef="<Undefined>"` on few places, especially in the nested parts of the `<in>` and `<return>`. To solve the problem `typeRef` pointing to `<Undefined>` shouldn't be present in the xml **or** the `typeRef` should point to a correct data type. In the attached models: - `<in>` nested expression should point to `tNumHolderList` - `<return>` nested expression should point to `tNumHolder` -- 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]
