Last active
September 16, 2021 15:53
-
-
Save tiagobento/74be663e6a1daf7551649eafb832ce13 to your computer and use it in GitHub Desktop.
new-file.dmn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_197CC493-EF14-4417-B2E3-4C171C401ABE" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_27F22EE5-11D1-4C66-9323-93B4FC6B7D91" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_197CC493-EF14-4417-B2E3-4C171C401ABE"> | |
<dmn:extensionElements/> | |
<dmn:inputData id="_FBA7F675-BE8E-4D0E-A805-0DFE12FC7B0F" name="InputData-1"> | |
<dmn:extensionElements/> | |
<dmn:variable id="_AE960D35-ADA5-4C38-AE5E-A0F8A27FE6EF" name="InputData-1"/> | |
</dmn:inputData> | |
<dmn:decision id="_8141F51C-AF53-4CF8-9DB6-A6B3E6621FD8" name="Decision-1"> | |
<dmn:extensionElements/> | |
<dmn:variable id="_6D6AE918-255B-43DF-9954-1792E60C8415" name="Decision-1"/> | |
<dmn:informationRequirement id="_A718C2BC-CBF7-40EC-87D2-6E81CB7054D8"> | |
<dmn:requiredInput href="#_FBA7F675-BE8E-4D0E-A805-0DFE12FC7B0F"/> | |
</dmn:informationRequirement> | |
</dmn:decision> | |
<dmndi:DMNDI> | |
<dmndi:DMNDiagram id="_D8142F37-75AA-4FF9-9C2A-8363FBA91578" name="DRG"> | |
<di:extension> | |
<kie:ComponentsWidthsExtension/> | |
</di:extension> | |
<dmndi:DMNShape id="dmnshape-drg-_FBA7F675-BE8E-4D0E-A805-0DFE12FC7B0F" dmnElementRef="_FBA7F675-BE8E-4D0E-A805-0DFE12FC7B0F" isCollapsed="false"> | |
<dmndi:DMNStyle> | |
<dmndi:FillColor red="255" green="255" blue="255"/> | |
<dmndi:StrokeColor red="0" green="0" blue="0"/> | |
<dmndi:FontColor red="0" green="0" blue="0"/> | |
</dmndi:DMNStyle> | |
<dc:Bounds x="203" y="280" width="100" height="50"/> | |
<dmndi:DMNLabel/> | |
</dmndi:DMNShape> | |
<dmndi:DMNShape id="dmnshape-drg-_8141F51C-AF53-4CF8-9DB6-A6B3E6621FD8" dmnElementRef="_8141F51C-AF53-4CF8-9DB6-A6B3E6621FD8" isCollapsed="false"> | |
<dmndi:DMNStyle> | |
<dmndi:FillColor red="255" green="255" blue="255"/> | |
<dmndi:StrokeColor red="0" green="0" blue="0"/> | |
<dmndi:FontColor red="0" green="0" blue="0"/> | |
</dmndi:DMNStyle> | |
<dc:Bounds x="203" y="150" width="100" height="50"/> | |
<dmndi:DMNLabel/> | |
</dmndi:DMNShape> | |
<dmndi:DMNEdge id="dmnedge-drg-_A718C2BC-CBF7-40EC-87D2-6E81CB7054D8-AUTO-SOURCE-AUTO-TARGET" dmnElementRef="_A718C2BC-CBF7-40EC-87D2-6E81CB7054D8"> | |
<di:waypoint x="253" y="280"/> | |
<di:waypoint x="253" y="200"/> | |
</dmndi:DMNEdge> | |
</dmndi:DMNDiagram> | |
</dmndi:DMNDI> | |
</dmn:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment