Skip to content

Instantly share code, notes, and snippets.

@tiagobento
Created September 16, 2021 15:46
Show Gist options
  • Save tiagobento/f948ac125d3591f64c150a4027dea655 to your computer and use it in GitHub Desktop.
Save tiagobento/f948ac125d3591f64c150a4027dea655 to your computer and use it in GitHub Desktop.
new-file.dmn
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_CDAB3B29-81FD-49E2-A2EC-482F010D4319" 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="_BF3DFB94-47D9-4224-B465-5B1FC1EABC7C" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_CDAB3B29-81FD-49E2-A2EC-482F010D4319">
<dmn:extensionElements/>
<dmn:inputData id="_B773810C-096F-4E50-927F-D39B98D1BB91" name="InputData-1">
<dmn:extensionElements/>
<dmn:variable id="_99D90C4E-D5BF-414A-9B4E-62FE550B00D5" name="InputData-1"/>
</dmn:inputData>
<dmn:decision id="_5D220FEB-D10F-4F09-BA78-D06915FF6ACC" name="Decision-1">
<dmn:extensionElements/>
<dmn:variable id="_2D48F694-9E61-4880-845D-69A10EE8EEB4" name="Decision-1"/>
<dmn:informationRequirement id="_76634030-91D5-478D-8115-17BF96BBEA33">
<dmn:requiredInput href="#_B773810C-096F-4E50-927F-D39B98D1BB91"/>
</dmn:informationRequirement>
</dmn:decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram id="_531A41B3-C288-46B2-8EE6-9C7BE2FAB3DB" name="DRG">
<di:extension>
<kie:ComponentsWidthsExtension/>
</di:extension>
<dmndi:DMNShape id="dmnshape-drg-_B773810C-096F-4E50-927F-D39B98D1BB91" dmnElementRef="_B773810C-096F-4E50-927F-D39B98D1BB91" 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="481" y="297" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_5D220FEB-D10F-4F09-BA78-D06915FF6ACC" dmnElementRef="_5D220FEB-D10F-4F09-BA78-D06915FF6ACC" 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="481" y="167" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNEdge id="dmnedge-drg-_76634030-91D5-478D-8115-17BF96BBEA33-AUTO-SOURCE-AUTO-TARGET" dmnElementRef="_76634030-91D5-478D-8115-17BF96BBEA33">
<di:waypoint x="531" y="297"/>
<di:waypoint x="531" y="217"/>
</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