AthiraHari77 commented on PR #6776: URL: https://github.com/apache/incubator-kie-drools/pull/6776#issuecomment-4855241134
> Does this PR handle also a situation when the decision service output data type is structure? Like **Person(name, age)**, then decision service upper part may contain two decision nodes: **name** and **age** and it should be valid scenario. @jomarko The DMN v1.6 specification explicitly defines implicit conversions only for primitive and list types (singleton list wrapping/unwrapping, date → dateTime, decimal → integer). It does not explicitly specify any additional implicit conversion semantics for custom or structured types such as Person(name, age). -- 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]
