ljmotta commented on issue #1450: URL: https://github.com/apache/incubator-kie-issues/issues/1450#issuecomment-2307113761
@jomarko Great finding! I believe we could keep it blank as the prior editor in a first interaction. I took a look into the DMN spec [1] to check the edge properties, on section 13.4.5 we can see that DMNEdge specializes DMNDiagramElement, enabling the possibility to add the DMNStyle to it. Also, all edges inherits from DMNElement, meaning the edge could have other optional properties, like the `description` and `label`. [1] https://www.omg.org/spec/DMN/1.5/PDF -- 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]
