45 lines
1.8 KiB
XML
45 lines
1.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:modeler="http://camunda.org/schema/modeler/1.0" id="wonderful_process" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="5.0.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.0.0">
|
|
<decision id="wonderful" name="wonderful">
|
|
<decisionTable id="DecisionTable_02m334z">
|
|
<input id="Input_1">
|
|
<inputExpression id="InputExpression_1" typeRef="string">
|
|
<text>person</text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="Output_1" name="wonderfulness" typeRef="string" />
|
|
<rule id="DecisionRule_1hnzjl8">
|
|
<inputEntry id="UnaryTests_1pb0ou0">
|
|
<text>"Dan"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0rtsxgu">
|
|
<text>"pretty wonderful"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_1cc73tk">
|
|
<inputEntry id="UnaryTests_1fbj1wn">
|
|
<text>"Kevin"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1d9nsnp">
|
|
<text>"Very wonderful"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_09y32t9">
|
|
<inputEntry id="UnaryTests_05h3qcx">
|
|
<text>"Mike"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_15b83d9">
|
|
<text>"Powerful wonderful"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
<dmndi:DMNDI>
|
|
<dmndi:DMNDiagram>
|
|
<dmndi:DMNShape dmnElementRef="wonderful">
|
|
<dc:Bounds height="80" width="180" x="160" y="100" />
|
|
</dmndi:DMNShape>
|
|
</dmndi:DMNDiagram>
|
|
</dmndi:DMNDI>
|
|
</definitions>
|