tiagobento commented on issue #1019: URL: https://github.com/apache/incubator-kie-issues/issues/1019#issuecomment-2015713340
After a conversation between me, @yesamer, @ljmotta and @gitgabrio, there's only one question remaining: Can Struct types (I.e., itemDefinitions without a `typeRef` and with a list of `itemComponents`) have constraints directly applied to them? What about types with a `baseType` of such types? If so, how are those constraints written? It was clear to us that all non-Struct types can be constrained, and that the constraints will be added to one another with an `and` semantic. The UI will adapt to the primitive type defined in the `typeRef` attribute at the top-level type of a given hierarchy of types. Keep in mind that changing the `typeRef` of a type that has child types might potentially break the constraints for the child types. -- 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]
