tiagobento commented on issue #1192: URL: https://github.com/apache/incubator-kie-issues/issues/1192#issuecomment-2218483297
This issue is actually really complicated, because we would have to infer the type of an arbitrary expression to know what properties are available. A workaround would be to extract this to a context entry and access it in a explicitly-typed manner, like this: <img width="587" alt="image" src="https://github.com/apache/incubator-kie-issues/assets/1584568/c710c4c7-ee2a-4281-b4ee-8a0ddfa6f3db"> However, as you can see, this is not working as well. I propose we fix this in two parts: 1. Make the screenshot above work. 2. Make the originally reported screenshots work. cc @danielzhe -- 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]
