tiagobento opened a new issue, #3723: URL: https://github.com/apache/incubator-kie-tools/issues/3723
New component must be created and the expressions it supports must be checked. The expressions inside a Context type are FEEL expressions, so we'll have to check if we can support validation FEEL expressions inside the Context type or not. We should also evaluate if it's possible to use Monaco to provide a rich text editor for this type. ### Further enhancements It seems `context` type to be problematic in some corner cases. In the attached model [Untitled.dmn.txt](https://github.com/kiegroup/kie-issues/files/11949359/Untitled.dmn.txt) As output we construct a context with three fields `a`, `b` and `c`. once we do not provide one of them, the outputs table has unexpected form. Please compare the bellow; #### All fields provided  #### Field missing  -- 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]
