mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:48:28 +00:00
58 lines
2.2 KiB
XML
58 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
|
<decision id="decision_1" name="Decision 1">
|
|
<decisionTable id="decisionTable_1">
|
|
<input id="input_1">
|
|
<inputExpression id="inputExpression_1" typeRef="string">
|
|
<text></text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" name="base_price" typeRef="number" />
|
|
<output id="OutputClause_03jof2g" name="cost_per_topping" typeRef="number" biodi:width="191.9965362548828" />
|
|
<rule id="DecisionRule_107h63k">
|
|
<description>Personal</description>
|
|
<inputEntry id="UnaryTests_1c8rgb4">
|
|
<text>"Personal"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_18yl72q">
|
|
<text>10</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_1khp87x">
|
|
<text>1</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0gd4k93">
|
|
<description>Medium</description>
|
|
<inputEntry id="UnaryTests_0auqvgr">
|
|
<text>"Medium"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1ha3q3y">
|
|
<text>14</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0gz9c33">
|
|
<text>2</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0j4lc6n">
|
|
<description>Large</description>
|
|
<inputEntry id="UnaryTests_0sy9l56">
|
|
<text>"Large"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1bgoo54">
|
|
<text>16</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0q8dmyv">
|
|
<text>3</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
<dmndi:DMNDI>
|
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="decision_1">
|
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
|
</dmndi:DMNShape>
|
|
</dmndi:DMNDiagram>
|
|
</dmndi:DMNDI>
|
|
</definitions>
|