ljmotta commented on PR #2912: URL: https://github.com/apache/incubator-kie-tools/pull/2912#issuecomment-2718489950
This PR is working fine for top level Decision Tables, but for nested ones I'm still seeing the max depth error. Example of dmn file: ```xml <?xml version="1.0" encoding="UTF-8" ?> <definitions xmlns="https://www.omg.org/spec/DMN/20230324/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20230324/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="https://kie.org/dmn/extensions/1.0" expressionLanguage="https://www.omg.org/spec/DMN/20230324/FEEL/" namespace="https://kie.org/dmn/_3CBBEBAE-E08B-4813-8DF1-A6D04202C724" id="_47D65C59-0E73-453E-94C7-63D70C4F0BAB" name="DMN_45B6311A-EA35-4C07-9F38-E369F3A36875"> <decision name="New Decision" id="_FF8D870E-601C-4798-B412-80C0AA1A9812"> <variable name="New Decision" id="_B2949544-4E8A-4394-89AF-D39D3940E9E8" /> <context id="_52DAA31C-A12E-42EB-8802-9A75D5DF3384" label="New Decision"> <contextEntry id="_C316F005-2CFF-4BF3-AF4F-BE727AE1E5A6"> <variable id="_F2CD345B-A880-4842-BDF9-DD657747BA2D" name="ContextEntry-1" /> <decisionTable id="_530092D8-8FCA-483A-B099-FA882F341475" hitPolicy="UNIQUE" label="ContextEntry-1"> <input id="_A6D91C4D-744B-4DA3-8255-CA70FDCC0090"> <inputExpression id="_25EDEB88-DB4B-475B-8575-F81D6CB5A4B5"> <text>Input-1</text> </inputExpression> </input> <output id="_2A2BD858-8B87-42BD-836F-2C1625E25DA1" /> <annotation name="Annotations" /> </decisionTable> </contextEntry> <contextEntry id="_EEAF5A81-E14E-4F30-A7C3-B47D37ED6751" /> </context> </decision> <dmndi:DMNDI> <dmndi:DMNDiagram id="_D4883DFF-3B17-4F6B-937D-58DF840FE1AF" name="Default DRD" useAlternativeInputDataShape="false"> <di:extension> <kie:ComponentsWidthsExtension> <kie:ComponentWidths /> </kie:ComponentsWidthsExtension> </di:extension> <dmndi:DMNShape id="_C238E488-A5C9-4FB7-AAF8-85D3D2BB07D0" dmnElementRef="_FF8D870E-601C-4798-B412-80C0AA1A9812"> <dc:Bounds x="112" y="112" width="160" height="80" /> </dmndi:DMNShape> </dmndi:DMNDiagram> </dmndi:DMNDI> </definitions> ``` -- 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]
