mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-12 09:27:00 +00:00
62 lines
2.2 KiB
Plaintext
62 lines
2.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" id="Definitions_0yjq2a6" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.7.0">
|
||
|
<decision id="DMNDict" name="Decision 1">
|
||
|
<decisionTable id="decisionTable_1">
|
||
|
<input id="input_1">
|
||
|
<inputExpression id="inputExpression_1" typeRef="string">
|
||
|
<text>inputvar</text>
|
||
|
</inputExpression>
|
||
|
</input>
|
||
|
<input id="InputClause_0gy0y5t">
|
||
|
<inputExpression id="LiteralExpression_19zm8xe" typeRef="string">
|
||
|
<text></text>
|
||
|
</inputExpression>
|
||
|
</input>
|
||
|
<output id="output_1" label="Dict" name="pi.test.me" typeRef="string" />
|
||
|
<output id="OutputClause_0q2n70u" label="pi.test2.other" typeRef="string" />
|
||
|
<rule id="DecisionRule_1ai0obb">
|
||
|
<inputEntry id="UnaryTests_0q21xde">
|
||
|
<text>1</text>
|
||
|
</inputEntry>
|
||
|
<inputEntry id="UnaryTests_1i8rjqk">
|
||
|
<text></text>
|
||
|
</inputEntry>
|
||
|
<outputEntry id="LiteralExpression_176nuh6">
|
||
|
<text>'yup it worked'</text>
|
||
|
</outputEntry>
|
||
|
<outputEntry id="LiteralExpression_1un6u7d">
|
||
|
<text>"yes"</text>
|
||
|
</outputEntry>
|
||
|
</rule>
|
||
|
<rule id="DecisionRule_196hvi1">
|
||
|
<inputEntry id="UnaryTests_0cdk9qt">
|
||
|
<text>2</text>
|
||
|
</inputEntry>
|
||
|
<inputEntry id="UnaryTests_0wt3lz9">
|
||
|
<text></text>
|
||
|
</inputEntry>
|
||
|
<outputEntry id="LiteralExpression_0sfxtys">
|
||
|
<text>'didnt expect this'</text>
|
||
|
</outputEntry>
|
||
|
<outputEntry id="LiteralExpression_1yydiab">
|
||
|
<text>"No"</text>
|
||
|
</outputEntry>
|
||
|
</rule>
|
||
|
<rule id="DecisionRule_0e6bx10">
|
||
|
<inputEntry id="UnaryTests_172x2jc">
|
||
|
<text></text>
|
||
|
</inputEntry>
|
||
|
<inputEntry id="UnaryTests_12q8xsl">
|
||
|
<text></text>
|
||
|
</inputEntry>
|
||
|
<outputEntry id="LiteralExpression_1ckh2r5">
|
||
|
<text></text>
|
||
|
</outputEntry>
|
||
|
<outputEntry id="LiteralExpression_0zz2mo8">
|
||
|
<text></text>
|
||
|
</outputEntry>
|
||
|
</rule>
|
||
|
</decisionTable>
|
||
|
</decision>
|
||
|
</definitions>
|