Skip to content
Snippets Groups Projects
Commit d3a763e3 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

New sample dmn version

parent 6f41d9eb
No related branches found
No related tags found
No related merge requests found
......@@ -2,17 +2,17 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/1.0" id="Definitions_1kjh9a2" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
<decision id="Decision_13nychf" name="Identical test">
<extensionElements>
<biodi:bounds x="120" y="145" width="180" height="80" />
<biodi:bounds x="121" y="77" width="180" height="80" />
</extensionElements>
<decisionTable id="decisionTable_1">
<input id="input_1">
<inputExpression id="inputExpression_1" typeRef="integer">
<text>Testnumber</text>
<text>testNumber</text>
</inputExpression>
</input>
<input id="InputClause_0rrhtk1">
<inputExpression id="LiteralExpression_16k88l6" typeRef="string">
<text></text>
<text>testString</text>
</inputExpression>
</input>
<output id="output_1" typeRef="string" />
......@@ -255,12 +255,12 @@
</extensionElements>
<decisionTable id="DecisionTable_0q2corq">
<input id="InputClause_0l9m2o0">
<inputExpression id="LiteralExpression_1srvac8" typeRef="string" />
<inputExpression id="LiteralExpression_1srvac8" typeRef="integer" />
</input>
<output id="OutputClause_02zjru8" typeRef="string" />
<rule id="DecisionRule_0tlti3q">
<inputEntry id="UnaryTests_1epuvm6">
<text>&lt;20</text>
<text>&lt;=20</text>
</inputEntry>
<outputEntry id="LiteralExpression_0p41xhl">
<text></text>
......@@ -276,4 +276,33 @@
</rule>
</decisionTable>
</decision>
<decision id="Decision_1mjix3c" name="Identical test 2">
<extensionElements>
<biodi:bounds x="120" y="189" width="180" height="80" />
</extensionElements>
<decisionTable id="DecisionTable_1ndo00u">
<input id="InputClause_0ullwt4">
<inputExpression id="LiteralExpression_0at3xrm" typeRef="integer">
<text>testNumber</text>
</inputExpression>
</input>
<input id="InputClause_0wjsaiy">
<inputExpression id="LiteralExpression_0kvzk24" typeRef="string">
<text>testString</text>
</inputExpression>
</input>
<output id="OutputClause_1h8uwwl" typeRef="string" />
<rule id="DecisionRule_06iq2ey">
<inputEntry id="UnaryTests_0pt1lz0">
<text>=10</text>
</inputEntry>
<inputEntry id="UnaryTests_1vaw0zi">
<text>"Hallo"</text>
</inputEntry>
<outputEntry id="LiteralExpression_09yp5x6">
<text></text>
</outputEntry>
</rule>
</decisionTable>
</decision>
</definitions>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment