Skip to content

Instantly share code, notes, and snippets.

@r00ta
Created January 12, 2022 13:41
Show Gist options
  • Save r00ta/1e8e546c178ca8597f0315525decf6e2 to your computer and use it in GitHub Desktop.
Save r00ta/1e8e546c178ca8597f0315525decf6e2 to your computer and use it in GitHub Desktop.
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_FFD84B6F-9604-4B1A-8AC6-A53554FC9B8D" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:included2="fdsfds.pmml" xmlns:included3="ioj.pmml" xmlns:included1="risk_score.pmml" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:included4="oij.pmml" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:included5="risk_rf.pmml" id="_F1540160-82C6-4FF9-B6AC-21EB4C6B2E34" name="myMortgage" expressionLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_FFD84B6F-9604-4B1A-8AC6-A53554FC9B8D">
<dmn:extensionElements/>
<dmn:import id="_1D8368AF-EA5A-4D98-9803-B13E7F1A73BD" name="risk_rf" namespace="risk_rf" locationURI="risk_rf.pmml" importType="http://www.dmg.org/PMML-4_2"/>
<dmn:itemDefinition id="_6D032393-C050-49E4-9770-E62D2B017D8E" name="tFinantialSituation" isCollection="false">
<dmn:itemComponent id="_08446859-540B-480A-B140-EECD2C18B496" name="MonthlySalary" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_1AE62819-804F-4B16-9E42-B76AF0428E4C" name="TotalAsset" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
</dmn:itemDefinition>
<dmn:itemDefinition id="_77F63293-5E9B-4265-A1E1-487BC1560C93" name="tApplicant" isCollection="false">
<dmn:itemComponent id="_35D68E45-744D-4BD9-B462-623D5756C901" name="First Name" isCollection="false">
<dmn:typeRef>string</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_462CE098-0C00-41F1-BE3A-237E05C57525" name="Last Name" isCollection="false">
<dmn:typeRef>string</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_2ABB2934-AD1E-4273-A91D-3E5DC4AF7C11" name="Age" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_7DB54224-3C83-4006-8DCD-EAA5A415A662" name="Email" isCollection="false">
<dmn:typeRef>string</dmn:typeRef>
</dmn:itemComponent>
</dmn:itemDefinition>
<dmn:itemDefinition id="_90D99AA5-4273-41A5-9030-C506BBEEE2FB" name="tMortgageRequest" isCollection="false">
<dmn:itemComponent id="_9F720426-32FA-412F-A59C-51E58C53626D" name="TotalRequired" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_83E09F12-9B4D-47A7-B801-3DFA54EADA2C" name="NumberInstallments" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
</dmn:itemDefinition>
<dmn:itemDefinition id="_A0D68428-5F76-4D69-B7A6-B3FFD890F30C" name="Risk Score" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemDefinition>
<dmn:decision id="_12268B68-94A1-4960-B4C8-0B6071AFDE58" name="Mortgage Approval">
<dmn:extensionElements/>
<dmn:variable id="_31588634-211C-401C-A86E-3FB8920723C0" name="Mortgage Approval" typeRef="boolean"/>
<dmn:informationRequirement id="_FE85111A-5A96-4770-ABB5-9DD76B39C706">
<dmn:requiredDecision href="#_9CFF8C35-4EB3-451E-874C-DB27A5A424C0"/>
</dmn:informationRequirement>
<dmn:decisionTable id="_411B1911-E581-4A8D-946D-A6A5777FAEB1" hitPolicy="UNIQUE" preferredOrientation="Rule-as-Row">
<dmn:input id="_558FEFC8-2E06-455E-B074-F8F1CF5D2DBC">
<dmn:inputExpression id="_BA3257F5-A656-4CC7-A963-7DA7278AAFEC" typeRef="Risk Score">
<dmn:text>Risk Score</dmn:text>
</dmn:inputExpression>
</dmn:input>
<dmn:output id="_2447C0DE-A087-48D8-9685-505D6010227D"/>
<dmn:annotation name=""/>
<dmn:rule id="_B4DCC9CE-01BF-4323-832B-A58542DECF0C">
<dmn:inputEntry id="_2F3254B6-6204-43A4-B965-0108B63B2AA2">
<dmn:text>&lt;= 40</dmn:text>
</dmn:inputEntry>
<dmn:outputEntry id="_AD799FF5-B81A-4A63-8E92-01CE4ADA86AF">
<dmn:text>true
</dmn:text>
</dmn:outputEntry>
<dmn:annotationEntry>
<dmn:text/>
</dmn:annotationEntry>
</dmn:rule>
<dmn:rule id="_C4B154A3-B3A4-4BAD-8A4B-3ADC9A84D933">
<dmn:inputEntry id="_8775CDDB-0B73-4574-9FF0-88FBB27057A7">
<dmn:text>&gt; 40</dmn:text>
</dmn:inputEntry>
<dmn:outputEntry id="_CA508F29-7059-47AD-8075-6241FB8C81F4">
<dmn:text>false
</dmn:text>
</dmn:outputEntry>
<dmn:annotationEntry>
<dmn:text/>
</dmn:annotationEntry>
</dmn:rule>
</dmn:decisionTable>
</dmn:decision>
<dmn:decision id="_9CFF8C35-4EB3-451E-874C-DB27A5A424C0" name="Risk Score">
<dmn:extensionElements/>
<dmn:variable id="_41F337B4-7290-4861-809A-9B37694ED65A" name="Risk Score" typeRef="Risk Score"/>
<dmn:informationRequirement id="_233B4EE4-D439-4508-AF19-6C3F1A00E784">
<dmn:requiredInput href="#_45E9A2DC-5F82-4382-BC33-70C6DF527E1E"/>
</dmn:informationRequirement>
<dmn:informationRequirement id="_2714A3F4-F562-432F-8988-67B4113F5DCB">
<dmn:requiredInput href="#_53EF848E-EED3-468C-8FCE-DD9A47312906"/>
</dmn:informationRequirement>
<dmn:informationRequirement id="_F0AF9B48-82BE-4BC7-BD00-2F8CABE27F7F">
<dmn:requiredInput href="#_C5361D4D-12B5-43D7-8993-4B7746E64FFF"/>
</dmn:informationRequirement>
<dmn:informationRequirement id="_2277000B-5D23-47AF-A2FC-1DC3D41BBBFC">
<dmn:requiredInput href="#_F3316D1A-6757-4761-B4EF-1DEC398AA611"/>
</dmn:informationRequirement>
<dmn:informationRequirement id="_33ACA911-3150-4240-BFEC-938F9C7752AD">
<dmn:requiredInput href="#_E3FBFB70-E5F4-4FFA-B7E5-4E875168323A"/>
</dmn:informationRequirement>
<dmn:knowledgeRequirement id="_4C6E0B14-209C-4EBF-99FF-078EDAA6F634">
<dmn:requiredKnowledge href="#_6FCACBF1-EAC9-4CB1-B24F-15E41D340FEF"/>
</dmn:knowledgeRequirement>
<dmn:context id="_355BEBC4-F128-4B21-9EC9-DC7FAF70D116">
<dmn:contextEntry>
<dmn:variable id="_C1DAAE2C-98DF-480C-A9C8-B062DBC2B71E" name="Applicant Risk Score" typeRef="Risk Score"/>
<dmn:invocation id="_977CC13C-7A7D-4596-9E04-12DCF679D430">
<dmn:literalExpression id="_E0886F1B-BFE3-4407-9EBB-C293717E0887">
<dmn:text>Risk Score model</dmn:text>
</dmn:literalExpression>
<dmn:binding>
<dmn:parameter id="_893AD1FD-5F95-4C9D-A811-3CE2EC73F367" name="Age" typeRef="number"/>
<dmn:literalExpression id="_D45E53BD-A358-4B1D-A38C-54415D4CC0DD">
<dmn:text>Age</dmn:text>
</dmn:literalExpression>
</dmn:binding>
<dmn:binding>
<dmn:parameter id="_943FFD65-E57F-4532-9267-8F72CDAA9D57" name="MonthlySalary" typeRef="number"/>
<dmn:literalExpression id="_AB384C03-ABEC-49A0-86E9-E74311AAFBB8">
<dmn:text>MonthlySalary</dmn:text>
</dmn:literalExpression>
</dmn:binding>
<dmn:binding>
<dmn:parameter id="_233E562E-60E7-4AD0-97BF-38416264004E" name="TotalAsset" typeRef="number"/>
<dmn:literalExpression id="_94016C39-A012-4B6A-A069-ED1D81790057">
<dmn:text>TotalAsset</dmn:text>
</dmn:literalExpression>
</dmn:binding>
<dmn:binding>
<dmn:parameter id="_B2640222-165A-4D74-B9B9-D99AB56EF453" name="TotalRequired" typeRef="number"/>
<dmn:literalExpression id="_B53FE547-8EAF-4920-A092-97E11306CEFA">
<dmn:text>TotalRequired</dmn:text>
</dmn:literalExpression>
</dmn:binding>
<dmn:binding>
<dmn:parameter id="_D6A9B85C-6225-4DB2-AB61-E2C99623DBFA" name="NumberInstallments" typeRef="number"/>
<dmn:literalExpression id="_5F6C25C8-205F-425C-A790-E62BB8F62539">
<dmn:text>NumberInstallments</dmn:text>
</dmn:literalExpression>
</dmn:binding>
</dmn:invocation>
</dmn:contextEntry>
<dmn:contextEntry>
<dmn:literalExpression id="_8EF855C5-C8F1-4E89-B771-6E125A1DD344">
<dmn:text>Applicant Risk Score</dmn:text>
</dmn:literalExpression>
</dmn:contextEntry>
</dmn:context>
</dmn:decision>
<dmn:businessKnowledgeModel id="_6FCACBF1-EAC9-4CB1-B24F-15E41D340FEF" name="Risk Score model">
<dmn:extensionElements/>
<dmn:variable id="_F96E7649-7213-484C-B4E3-27AA44534205" name="Risk Score model" typeRef="Risk Score"/>
<dmn:encapsulatedLogic id="_21ED7136-001C-4A28-8938-0B72B77C6EE0" kind="PMML">
<dmn:formalParameter id="_035B9727-67CB-451A-BDFA-3CB46295E1EB" name="Age" typeRef="number"/>
<dmn:formalParameter id="_CDE580AD-DBE9-4479-9734-6F0B7C8B4373" name="MonthlySalary" typeRef="number"/>
<dmn:formalParameter id="_9D5A5F61-F51F-4543-9F32-23725298E1AC" name="NumberInstallments" typeRef="number"/>
<dmn:formalParameter id="_7B294DC8-4A0E-4CD4-B6C9-F85167527CD7" name="TotalAsset" typeRef="number"/>
<dmn:formalParameter id="_B762CD20-6B0E-4C9D-9C71-799744858EB3" name="TotalRequired" typeRef="number"/>
<dmn:context id="_A238DA11-E194-43A9-BA07-558305F5F992">
<dmn:contextEntry>
<dmn:variable id="_EB2DC8C3-E1D6-42E1-8DB9-1023B995BB01" name="document" typeRef="string"/>
<dmn:literalExpression id="_C0765848-9668-442B-9A45-714A8912C5A6">
<dmn:text>"risk_rf"</dmn:text>
</dmn:literalExpression>
</dmn:contextEntry>
<dmn:contextEntry>
<dmn:variable id="_732AFAC2-E5EA-4026-9801-98F0193C7FBE" name="model" typeRef="string"/>
<dmn:literalExpression id="_127D697A-08B7-4EED-90BD-5C84DE9A8574">
<dmn:text>"randomForest_Model"</dmn:text>
</dmn:literalExpression>
</dmn:contextEntry>
</dmn:context>
</dmn:encapsulatedLogic>
</dmn:businessKnowledgeModel>
<dmn:inputData id="_45E9A2DC-5F82-4382-BC33-70C6DF527E1E" name="Age">
<dmn:extensionElements/>
<dmn:variable id="_25F1572E-AC8F-4531-8FD8-B9F926060135" name="Age" typeRef="number"/>
</dmn:inputData>
<dmn:inputData id="_53EF848E-EED3-468C-8FCE-DD9A47312906" name="MonthlySalary">
<dmn:extensionElements/>
<dmn:variable id="_30943576-6253-4AF7-A44D-C2915410619C" name="MonthlySalary" typeRef="number"/>
</dmn:inputData>
<dmn:inputData id="_C5361D4D-12B5-43D7-8993-4B7746E64FFF" name="TotalAsset">
<dmn:extensionElements/>
<dmn:variable id="_987CF69F-6F41-461A-8166-BECF3B0073C7" name="TotalAsset" typeRef="number"/>
</dmn:inputData>
<dmn:inputData id="_F3316D1A-6757-4761-B4EF-1DEC398AA611" name="TotalRequired">
<dmn:extensionElements/>
<dmn:variable id="_51A8CF52-C717-49E6-B41E-4DD23DB95D8C" name="TotalRequired" typeRef="number"/>
</dmn:inputData>
<dmn:inputData id="_E3FBFB70-E5F4-4FFA-B7E5-4E875168323A" name="NumberInstallments">
<dmn:extensionElements/>
<dmn:variable id="_97B086DA-3F7A-4A08-9A68-B87A5F204E3D" name="NumberInstallments" typeRef="number"/>
</dmn:inputData>
<dmndi:DMNDI>
<dmndi:DMNDiagram id="_99C32554-85A2-4EBD-B70F-ABE348AA45D3" name="DRG">
<di:extension>
<kie:ComponentsWidthsExtension>
<kie:ComponentWidths dmnElementRef="_411B1911-E581-4A8D-946D-A6A5777FAEB1">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
<kie:width>100</kie:width>
<kie:width>100</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_355BEBC4-F128-4B21-9EC9-DC7FAF70D116">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
<kie:width>650</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_977CC13C-7A7D-4596-9E04-12DCF679D430">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_E0886F1B-BFE3-4407-9EBB-C293717E0887"/>
<kie:ComponentWidths dmnElementRef="_D45E53BD-A358-4B1D-A38C-54415D4CC0DD">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_AB384C03-ABEC-49A0-86E9-E74311AAFBB8">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_94016C39-A012-4B6A-A069-ED1D81790057">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_B53FE547-8EAF-4920-A092-97E11306CEFA">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_5F6C25C8-205F-425C-A790-E62BB8F62539">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_8EF855C5-C8F1-4E89-B771-6E125A1DD344">
<kie:width>650</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_A238DA11-E194-43A9-BA07-558305F5F992">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
<kie:width>200</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_C0765848-9668-442B-9A45-714A8912C5A6">
<kie:width>200</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_127D697A-08B7-4EED-90BD-5C84DE9A8574">
<kie:width>200</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_21ED7136-001C-4A28-8938-0B72B77C6EE0">
<kie:width>50</kie:width>
<kie:width>370</kie:width>
</kie:ComponentWidths>
</kie:ComponentsWidthsExtension>
</di:extension>
<dmndi:DMNShape id="dmnshape-drg-_12268B68-94A1-4960-B4C8-0B6071AFDE58" dmnElementRef="_12268B68-94A1-4960-B4C8-0B6071AFDE58" 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="413" y="204" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_9CFF8C35-4EB3-451E-874C-DB27A5A424C0" dmnElementRef="_9CFF8C35-4EB3-451E-874C-DB27A5A424C0" 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="413" y="311" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_6FCACBF1-EAC9-4CB1-B24F-15E41D340FEF" dmnElementRef="_6FCACBF1-EAC9-4CB1-B24F-15E41D340FEF" 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="31" y="311" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_45E9A2DC-5F82-4382-BC33-70C6DF527E1E" dmnElementRef="_45E9A2DC-5F82-4382-BC33-70C6DF527E1E" 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="206.29906542056074" y="486.68421052631584" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_53EF848E-EED3-468C-8FCE-DD9A47312906" dmnElementRef="_53EF848E-EED3-468C-8FCE-DD9A47312906" 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="311.29906542056074" y="547.3421052631579" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_C5361D4D-12B5-43D7-8993-4B7746E64FFF" dmnElementRef="_C5361D4D-12B5-43D7-8993-4B7746E64FFF" 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="404.29906542056074" y="486.68421052631584" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_F3316D1A-6757-4761-B4EF-1DEC398AA611" dmnElementRef="_F3316D1A-6757-4761-B4EF-1DEC398AA611" 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="486" y="540" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_E3FBFB70-E5F4-4FFA-B7E5-4E875168323A" dmnElementRef="_E3FBFB70-E5F4-4FFA-B7E5-4E875168323A" 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="583" y="487" width="146" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNEdge id="dmnedge-drg-_FE85111A-5A96-4770-ABB5-9DD76B39C706" dmnElementRef="_FE85111A-5A96-4770-ABB5-9DD76B39C706">
<di:waypoint x="463" y="311"/>
<di:waypoint x="463" y="254"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_233B4EE4-D439-4508-AF19-6C3F1A00E784" dmnElementRef="_233B4EE4-D439-4508-AF19-6C3F1A00E784">
<di:waypoint x="256.29906542056074" y="511.68421052631584"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_2714A3F4-F562-432F-8988-67B4113F5DCB" dmnElementRef="_2714A3F4-F562-432F-8988-67B4113F5DCB">
<di:waypoint x="361.29906542056074" y="572.3421052631579"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_F0AF9B48-82BE-4BC7-BD00-2F8CABE27F7F" dmnElementRef="_F0AF9B48-82BE-4BC7-BD00-2F8CABE27F7F">
<di:waypoint x="454.29906542056074" y="511.68421052631584"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_2277000B-5D23-47AF-A2FC-1DC3D41BBBFC" dmnElementRef="_2277000B-5D23-47AF-A2FC-1DC3D41BBBFC">
<di:waypoint x="536" y="565"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_33ACA911-3150-4240-BFEC-938F9C7752AD" dmnElementRef="_33ACA911-3150-4240-BFEC-938F9C7752AD">
<di:waypoint x="656" y="512"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_4C6E0B14-209C-4EBF-99FF-078EDAA6F634" dmnElementRef="_4C6E0B14-209C-4EBF-99FF-078EDAA6F634">
<di:waypoint x="131" y="336"/>
<di:waypoint x="413" y="336"/>
</dmndi:DMNEdge>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</dmn:definitions>|14:40:39|jrota~/vagrant/bionic64/conf/kogito-quickstart/src/main/resources@jrota:[jro64/conf/kogito-quickstart/src/main/resources]> ls
application.properties META-INF myMortgage.dmn risk_rf.pmml
|14:40:41|jrota~/vagrant/bionic64/conf/kogito-quickstart/src/main/resources@jrota:[jrota~/vagrant/bionic64/conf/kogito-quickstart/src/main/resources]> ls
application.properties META-INF myMortgage.dmn risk_rf.pmml
|14:40:51|jrota~/vagrant/bionic64/conf/kogito-quickstart/src/main/resources@jrota:[jrota~/vagrant/bionic64/conf/kogito-quickstart/src/main/resources]> cat myMortgage.dmn
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_FFD84B6F-9604-4B1A-8AC6-A53554FC9B8D" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:included2="fdsfds.pmml" xmlns:included3="ioj.pmml" xmlns:included1="risk_score.pmml" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:included4="oij.pmml" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:included5="risk_rf.pmml" id="_F1540160-82C6-4FF9-B6AC-21EB4C6B2E34" name="myMortgage" expressionLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_FFD84B6F-9604-4B1A-8AC6-A53554FC9B8D">
<dmn:extensionElements/>
<dmn:import id="_1D8368AF-EA5A-4D98-9803-B13E7F1A73BD" name="risk_rf" namespace="risk_rf" locationURI="risk_rf.pmml" importType="http://www.dmg.org/PMML-4_2"/>
<dmn:itemDefinition id="_6D032393-C050-49E4-9770-E62D2B017D8E" name="tFinantialSituation" isCollection="false">
<dmn:itemComponent id="_08446859-540B-480A-B140-EECD2C18B496" name="MonthlySalary" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_1AE62819-804F-4B16-9E42-B76AF0428E4C" name="TotalAsset" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
</dmn:itemDefinition>
<dmn:itemDefinition id="_77F63293-5E9B-4265-A1E1-487BC1560C93" name="tApplicant" isCollection="false">
<dmn:itemComponent id="_35D68E45-744D-4BD9-B462-623D5756C901" name="First Name" isCollection="false">
<dmn:typeRef>string</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_462CE098-0C00-41F1-BE3A-237E05C57525" name="Last Name" isCollection="false">
<dmn:typeRef>string</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_2ABB2934-AD1E-4273-A91D-3E5DC4AF7C11" name="Age" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_7DB54224-3C83-4006-8DCD-EAA5A415A662" name="Email" isCollection="false">
<dmn:typeRef>string</dmn:typeRef>
</dmn:itemComponent>
</dmn:itemDefinition>
<dmn:itemDefinition id="_90D99AA5-4273-41A5-9030-C506BBEEE2FB" name="tMortgageRequest" isCollection="false">
<dmn:itemComponent id="_9F720426-32FA-412F-A59C-51E58C53626D" name="TotalRequired" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_83E09F12-9B4D-47A7-B801-3DFA54EADA2C" name="NumberInstallments" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
</dmn:itemDefinition>
<dmn:itemDefinition id="_A0D68428-5F76-4D69-B7A6-B3FFD890F30C" name="Risk Score" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemDefinition>
<dmn:decision id="_12268B68-94A1-4960-B4C8-0B6071AFDE58" name="Mortgage Approval">
<dmn:extensionElements/>
<dmn:variable id="_31588634-211C-401C-A86E-3FB8920723C0" name="Mortgage Approval" typeRef="boolean"/>
<dmn:informationRequirement id="_FE85111A-5A96-4770-ABB5-9DD76B39C706">
<dmn:requiredDecision href="#_9CFF8C35-4EB3-451E-874C-DB27A5A424C0"/>
</dmn:informationRequirement>
<dmn:decisionTable id="_411B1911-E581-4A8D-946D-A6A5777FAEB1" hitPolicy="UNIQUE" preferredOrientation="Rule-as-Row">
<dmn:input id="_558FEFC8-2E06-455E-B074-F8F1CF5D2DBC">
<dmn:inputExpression id="_BA3257F5-A656-4CC7-A963-7DA7278AAFEC" typeRef="Risk Score">
<dmn:text>Risk Score</dmn:text>
</dmn:inputExpression>
</dmn:input>
<dmn:output id="_2447C0DE-A087-48D8-9685-505D6010227D"/>
<dmn:annotation name=""/>
<dmn:rule id="_B4DCC9CE-01BF-4323-832B-A58542DECF0C">
<dmn:inputEntry id="_2F3254B6-6204-43A4-B965-0108B63B2AA2">
<dmn:text>&lt;= 40</dmn:text>
</dmn:inputEntry>
<dmn:outputEntry id="_AD799FF5-B81A-4A63-8E92-01CE4ADA86AF">
<dmn:text>true
</dmn:text>
</dmn:outputEntry>
<dmn:annotationEntry>
<dmn:text/>
</dmn:annotationEntry>
</dmn:rule>
<dmn:rule id="_C4B154A3-B3A4-4BAD-8A4B-3ADC9A84D933">
<dmn:inputEntry id="_8775CDDB-0B73-4574-9FF0-88FBB27057A7">
<dmn:text>&gt; 40</dmn:text>
</dmn:inputEntry>
<dmn:outputEntry id="_CA508F29-7059-47AD-8075-6241FB8C81F4">
<dmn:text>false
</dmn:text>
</dmn:outputEntry>
<dmn:annotationEntry>
<dmn:text/>
</dmn:annotationEntry>
</dmn:rule>
</dmn:decisionTable>
</dmn:decision>
<dmn:decision id="_9CFF8C35-4EB3-451E-874C-DB27A5A424C0" name="Risk Score">
<dmn:extensionElements/>
<dmn:variable id="_41F337B4-7290-4861-809A-9B37694ED65A" name="Risk Score" typeRef="Risk Score"/>
<dmn:informationRequirement id="_233B4EE4-D439-4508-AF19-6C3F1A00E784">
<dmn:requiredInput href="#_45E9A2DC-5F82-4382-BC33-70C6DF527E1E"/>
</dmn:informationRequirement>
<dmn:informationRequirement id="_2714A3F4-F562-432F-8988-67B4113F5DCB">
<dmn:requiredInput href="#_53EF848E-EED3-468C-8FCE-DD9A47312906"/>
</dmn:informationRequirement>
<dmn:informationRequirement id="_F0AF9B48-82BE-4BC7-BD00-2F8CABE27F7F">
<dmn:requiredInput href="#_C5361D4D-12B5-43D7-8993-4B7746E64FFF"/>
</dmn:informationRequirement>
<dmn:informationRequirement id="_2277000B-5D23-47AF-A2FC-1DC3D41BBBFC">
<dmn:requiredInput href="#_F3316D1A-6757-4761-B4EF-1DEC398AA611"/>
</dmn:informationRequirement>
<dmn:informationRequirement id="_33ACA911-3150-4240-BFEC-938F9C7752AD">
<dmn:requiredInput href="#_E3FBFB70-E5F4-4FFA-B7E5-4E875168323A"/>
</dmn:informationRequirement>
<dmn:knowledgeRequirement id="_4C6E0B14-209C-4EBF-99FF-078EDAA6F634">
<dmn:requiredKnowledge href="#_6FCACBF1-EAC9-4CB1-B24F-15E41D340FEF"/>
</dmn:knowledgeRequirement>
<dmn:context id="_355BEBC4-F128-4B21-9EC9-DC7FAF70D116">
<dmn:contextEntry>
<dmn:variable id="_C1DAAE2C-98DF-480C-A9C8-B062DBC2B71E" name="Applicant Risk Score" typeRef="Risk Score"/>
<dmn:invocation id="_977CC13C-7A7D-4596-9E04-12DCF679D430">
<dmn:literalExpression id="_E0886F1B-BFE3-4407-9EBB-C293717E0887">
<dmn:text>Risk Score model</dmn:text>
</dmn:literalExpression>
<dmn:binding>
<dmn:parameter id="_893AD1FD-5F95-4C9D-A811-3CE2EC73F367" name="Age" typeRef="number"/>
<dmn:literalExpression id="_D45E53BD-A358-4B1D-A38C-54415D4CC0DD">
<dmn:text>Age</dmn:text>
</dmn:literalExpression>
</dmn:binding>
<dmn:binding>
<dmn:parameter id="_943FFD65-E57F-4532-9267-8F72CDAA9D57" name="MonthlySalary" typeRef="number"/>
<dmn:literalExpression id="_AB384C03-ABEC-49A0-86E9-E74311AAFBB8">
<dmn:text>MonthlySalary</dmn:text>
</dmn:literalExpression>
</dmn:binding>
<dmn:binding>
<dmn:parameter id="_233E562E-60E7-4AD0-97BF-38416264004E" name="TotalAsset" typeRef="number"/>
<dmn:literalExpression id="_94016C39-A012-4B6A-A069-ED1D81790057">
<dmn:text>TotalAsset</dmn:text>
</dmn:literalExpression>
</dmn:binding>
<dmn:binding>
<dmn:parameter id="_B2640222-165A-4D74-B9B9-D99AB56EF453" name="TotalRequired" typeRef="number"/>
<dmn:literalExpression id="_B53FE547-8EAF-4920-A092-97E11306CEFA">
<dmn:text>TotalRequired</dmn:text>
</dmn:literalExpression>
</dmn:binding>
<dmn:binding>
<dmn:parameter id="_D6A9B85C-6225-4DB2-AB61-E2C99623DBFA" name="NumberInstallments" typeRef="number"/>
<dmn:literalExpression id="_5F6C25C8-205F-425C-A790-E62BB8F62539">
<dmn:text>NumberInstallments</dmn:text>
</dmn:literalExpression>
</dmn:binding>
</dmn:invocation>
</dmn:contextEntry>
<dmn:contextEntry>
<dmn:literalExpression id="_8EF855C5-C8F1-4E89-B771-6E125A1DD344">
<dmn:text>Applicant Risk Score</dmn:text>
</dmn:literalExpression>
</dmn:contextEntry>
</dmn:context>
</dmn:decision>
<dmn:businessKnowledgeModel id="_6FCACBF1-EAC9-4CB1-B24F-15E41D340FEF" name="Risk Score model">
<dmn:extensionElements/>
<dmn:variable id="_F96E7649-7213-484C-B4E3-27AA44534205" name="Risk Score model" typeRef="Risk Score"/>
<dmn:encapsulatedLogic id="_21ED7136-001C-4A28-8938-0B72B77C6EE0" kind="PMML">
<dmn:formalParameter id="_035B9727-67CB-451A-BDFA-3CB46295E1EB" name="Age" typeRef="number"/>
<dmn:formalParameter id="_CDE580AD-DBE9-4479-9734-6F0B7C8B4373" name="MonthlySalary" typeRef="number"/>
<dmn:formalParameter id="_9D5A5F61-F51F-4543-9F32-23725298E1AC" name="NumberInstallments" typeRef="number"/>
<dmn:formalParameter id="_7B294DC8-4A0E-4CD4-B6C9-F85167527CD7" name="TotalAsset" typeRef="number"/>
<dmn:formalParameter id="_B762CD20-6B0E-4C9D-9C71-799744858EB3" name="TotalRequired" typeRef="number"/>
<dmn:context id="_A238DA11-E194-43A9-BA07-558305F5F992">
<dmn:contextEntry>
<dmn:variable id="_EB2DC8C3-E1D6-42E1-8DB9-1023B995BB01" name="document" typeRef="string"/>
<dmn:literalExpression id="_C0765848-9668-442B-9A45-714A8912C5A6">
<dmn:text>"risk_rf"</dmn:text>
</dmn:literalExpression>
</dmn:contextEntry>
<dmn:contextEntry>
<dmn:variable id="_732AFAC2-E5EA-4026-9801-98F0193C7FBE" name="model" typeRef="string"/>
<dmn:literalExpression id="_127D697A-08B7-4EED-90BD-5C84DE9A8574">
<dmn:text>"randomForest_Model"</dmn:text>
</dmn:literalExpression>
</dmn:contextEntry>
</dmn:context>
</dmn:encapsulatedLogic>
</dmn:businessKnowledgeModel>
<dmn:inputData id="_45E9A2DC-5F82-4382-BC33-70C6DF527E1E" name="Age">
<dmn:extensionElements/>
<dmn:variable id="_25F1572E-AC8F-4531-8FD8-B9F926060135" name="Age" typeRef="number"/>
</dmn:inputData>
<dmn:inputData id="_53EF848E-EED3-468C-8FCE-DD9A47312906" name="MonthlySalary">
<dmn:extensionElements/>
<dmn:variable id="_30943576-6253-4AF7-A44D-C2915410619C" name="MonthlySalary" typeRef="number"/>
</dmn:inputData>
<dmn:inputData id="_C5361D4D-12B5-43D7-8993-4B7746E64FFF" name="TotalAsset">
<dmn:extensionElements/>
<dmn:variable id="_987CF69F-6F41-461A-8166-BECF3B0073C7" name="TotalAsset" typeRef="number"/>
</dmn:inputData>
<dmn:inputData id="_F3316D1A-6757-4761-B4EF-1DEC398AA611" name="TotalRequired">
<dmn:extensionElements/>
<dmn:variable id="_51A8CF52-C717-49E6-B41E-4DD23DB95D8C" name="TotalRequired" typeRef="number"/>
</dmn:inputData>
<dmn:inputData id="_E3FBFB70-E5F4-4FFA-B7E5-4E875168323A" name="NumberInstallments">
<dmn:extensionElements/>
<dmn:variable id="_97B086DA-3F7A-4A08-9A68-B87A5F204E3D" name="NumberInstallments" typeRef="number"/>
</dmn:inputData>
<dmndi:DMNDI>
<dmndi:DMNDiagram id="_99C32554-85A2-4EBD-B70F-ABE348AA45D3" name="DRG">
<di:extension>
<kie:ComponentsWidthsExtension>
<kie:ComponentWidths dmnElementRef="_411B1911-E581-4A8D-946D-A6A5777FAEB1">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
<kie:width>100</kie:width>
<kie:width>100</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_355BEBC4-F128-4B21-9EC9-DC7FAF70D116">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
<kie:width>650</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_977CC13C-7A7D-4596-9E04-12DCF679D430">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_E0886F1B-BFE3-4407-9EBB-C293717E0887"/>
<kie:ComponentWidths dmnElementRef="_D45E53BD-A358-4B1D-A38C-54415D4CC0DD">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_AB384C03-ABEC-49A0-86E9-E74311AAFBB8">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_94016C39-A012-4B6A-A069-ED1D81790057">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_B53FE547-8EAF-4920-A092-97E11306CEFA">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_5F6C25C8-205F-425C-A790-E62BB8F62539">
<kie:width>480</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_8EF855C5-C8F1-4E89-B771-6E125A1DD344">
<kie:width>650</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_A238DA11-E194-43A9-BA07-558305F5F992">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
<kie:width>200</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_C0765848-9668-442B-9A45-714A8912C5A6">
<kie:width>200</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_127D697A-08B7-4EED-90BD-5C84DE9A8574">
<kie:width>200</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_21ED7136-001C-4A28-8938-0B72B77C6EE0">
<kie:width>50</kie:width>
<kie:width>370</kie:width>
</kie:ComponentWidths>
</kie:ComponentsWidthsExtension>
</di:extension>
<dmndi:DMNShape id="dmnshape-drg-_12268B68-94A1-4960-B4C8-0B6071AFDE58" dmnElementRef="_12268B68-94A1-4960-B4C8-0B6071AFDE58" 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="413" y="204" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_9CFF8C35-4EB3-451E-874C-DB27A5A424C0" dmnElementRef="_9CFF8C35-4EB3-451E-874C-DB27A5A424C0" 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="413" y="311" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_6FCACBF1-EAC9-4CB1-B24F-15E41D340FEF" dmnElementRef="_6FCACBF1-EAC9-4CB1-B24F-15E41D340FEF" 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="31" y="311" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_45E9A2DC-5F82-4382-BC33-70C6DF527E1E" dmnElementRef="_45E9A2DC-5F82-4382-BC33-70C6DF527E1E" 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="206.29906542056074" y="486.68421052631584" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_53EF848E-EED3-468C-8FCE-DD9A47312906" dmnElementRef="_53EF848E-EED3-468C-8FCE-DD9A47312906" 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="311.29906542056074" y="547.3421052631579" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_C5361D4D-12B5-43D7-8993-4B7746E64FFF" dmnElementRef="_C5361D4D-12B5-43D7-8993-4B7746E64FFF" 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="404.29906542056074" y="486.68421052631584" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_F3316D1A-6757-4761-B4EF-1DEC398AA611" dmnElementRef="_F3316D1A-6757-4761-B4EF-1DEC398AA611" 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="486" y="540" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_E3FBFB70-E5F4-4FFA-B7E5-4E875168323A" dmnElementRef="_E3FBFB70-E5F4-4FFA-B7E5-4E875168323A" 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="583" y="487" width="146" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNEdge id="dmnedge-drg-_FE85111A-5A96-4770-ABB5-9DD76B39C706" dmnElementRef="_FE85111A-5A96-4770-ABB5-9DD76B39C706">
<di:waypoint x="463" y="311"/>
<di:waypoint x="463" y="254"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_233B4EE4-D439-4508-AF19-6C3F1A00E784" dmnElementRef="_233B4EE4-D439-4508-AF19-6C3F1A00E784">
<di:waypoint x="256.29906542056074" y="511.68421052631584"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_2714A3F4-F562-432F-8988-67B4113F5DCB" dmnElementRef="_2714A3F4-F562-432F-8988-67B4113F5DCB">
<di:waypoint x="361.29906542056074" y="572.3421052631579"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_F0AF9B48-82BE-4BC7-BD00-2F8CABE27F7F" dmnElementRef="_F0AF9B48-82BE-4BC7-BD00-2F8CABE27F7F">
<di:waypoint x="454.29906542056074" y="511.68421052631584"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_2277000B-5D23-47AF-A2FC-1DC3D41BBBFC" dmnElementRef="_2277000B-5D23-47AF-A2FC-1DC3D41BBBFC">
<di:waypoint x="536" y="565"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_33ACA911-3150-4240-BFEC-938F9C7752AD" dmnElementRef="_33ACA911-3150-4240-BFEC-938F9C7752AD">
<di:waypoint x="656" y="512"/>
<di:waypoint x="463" y="336"/>
</dmndi:DMNEdge>
<dmndi:DMNEdge id="dmnedge-drg-_4C6E0B14-209C-4EBF-99FF-078EDAA6F634" dmnElementRef="_4C6E0B14-209C-4EBF-99FF-078EDAA6F634">
<di:waypoint x="131" y="336"/>
<di:waypoint x="413" y="336"/>
</dmndi:DMNEdge>
</dmndi:DMNDiagram>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment