mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +00:00
104 lines
3.8 KiB
XML
104 lines
3.8 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="Purchase_category_SME">
|
|
<decisionTable id="decisionTable_1">
|
|
<input id="input_1" label="Purchase Category" biodi:width="192">
|
|
<inputExpression id="inputExpression_1" typeRef="string">
|
|
<text></text>
|
|
</inputExpression>
|
|
<inputValues id="UnaryTests_0u4dage">
|
|
<text>"Software&Licenses","Equipment"</text>
|
|
</inputValues>
|
|
</input>
|
|
<input id="InputClause_1tozf5s" label="SME 1">
|
|
<inputExpression id="LiteralExpression_1g8c667" typeRef="string">
|
|
<text></text>
|
|
</inputExpression>
|
|
</input>
|
|
<input id="InputClause_0ijo1nu" label="SME 2">
|
|
<inputExpression id="LiteralExpression_0os81k5" typeRef="string">
|
|
<text></text>
|
|
</inputExpression>
|
|
</input>
|
|
<input id="InputClause_0owrhyj" label="SME 3">
|
|
<inputExpression id="LiteralExpression_09fxqty" typeRef="string">
|
|
<text></text>
|
|
</inputExpression>
|
|
</input>
|
|
<input id="InputClause_00xu716" label="SME 4">
|
|
<inputExpression id="LiteralExpression_0phe2rq" typeRef="string">
|
|
<text></text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" label="Review" typeRef="string" />
|
|
<rule id="DecisionRule_0qz14dk">
|
|
<inputEntry id="UnaryTests_1ksd7rn">
|
|
<text>"Software&Licenses"</text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_0txaoij">
|
|
<text>"PPG BA"</text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_01joe6q">
|
|
<text>"Security"</text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_0oe6yww">
|
|
<text>"Infra"</text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_09zwi61">
|
|
<text>"Legal"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0ne2j19">
|
|
<text>YES</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_1apygvd">
|
|
<inputEntry id="UnaryTests_1ubj8e3">
|
|
<text>"Equipment"</text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_0z22eyb">
|
|
<text>"PeopleOps"</text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_05zcy3q">
|
|
<text></text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_1b0w7hb">
|
|
<text></text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_0m5pbr0">
|
|
<text></text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1q41xvc">
|
|
<text>YES</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_19xi68v">
|
|
<inputEntry id="UnaryTests_1trcwpm">
|
|
<text>"Other"</text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_0rpj5we">
|
|
<text></text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_1w16zi0">
|
|
<text></text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_11u84cb">
|
|
<text></text>
|
|
</inputEntry>
|
|
<inputEntry id="UnaryTests_0mpmmbr">
|
|
<text></text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_13vldt1">
|
|
<text>NO</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>
|