mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
User: mike@sartography.com added process model file misc/test/2023-q1/tc-1/tc-1/good_dog.dmn
This commit is contained in:
parent
41980ebe33
commit
fed55f3457
60
misc/test/2023-q1/tc-1/tc-1/good_dog.dmn
Normal file
60
misc/test/2023-q1/tc-1/tc-1/good_dog.dmn
Normal file
@ -0,0 +1,60 @@
|
||||
<?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/" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
||||
<decision id="decision_good_dog" name="Decision Good Dog">
|
||||
<decisionTable id="decisionTable_1">
|
||||
<input id="input_1">
|
||||
<inputExpression id="inputExpression_1" typeRef="string">
|
||||
<text>my_eval_expression</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output_1" name="my_output" typeRef="string" />
|
||||
<rule id="DecisionRule_1clo5m7">
|
||||
<inputEntry id="UnaryTests_1ym3m02">
|
||||
<text>Mona</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1ohrxdn">
|
||||
<text>Good Girl</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1s9hw02">
|
||||
<inputEntry id="UnaryTests_1tksqiv">
|
||||
<text>Jerry</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1ny65em">
|
||||
<text>Good Girl</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1ivnb41">
|
||||
<inputEntry id="UnaryTests_0jckohr">
|
||||
<text>Zoey</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1g9c60k">
|
||||
<text>Good Girl</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_02tt73h">
|
||||
<inputEntry id="UnaryTests_0cfysz7">
|
||||
<text>Etta</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0ue24sz">
|
||||
<text>Good Girl</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_0vdfk7f">
|
||||
<inputEntry id="UnaryTests_1qu6926">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_167ep7z">
|
||||
<text>Good Dog</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
</decisionTable>
|
||||
</decision>
|
||||
<dmndi:DMNDI>
|
||||
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
||||
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="decision_good_dog">
|
||||
<dc:Bounds height="80" width="180" x="157" y="151" />
|
||||
</dmndi:DMNShape>
|
||||
</dmndi:DMNDiagram>
|
||||
</dmndi:DMNDI>
|
||||
</definitions>
|
Loading…
x
Reference in New Issue
Block a user