mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-12 09:27:00 +00:00
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" xmlns:camunda="http://camunda.org/schema/1.0/dmn" id="definitions_1jblnbx" name="definitions" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
|
|
<decision id="IntegerDecisionStringOutputTable" name="IntegerDecisionStringOutput">
|
|
<decisionTable id="decisionTable">
|
|
<input id="InputClause_1tm0ceq" label="x" camunda:inputVariable="">
|
|
<inputExpression id="LiteralExpression_04o7chw" typeRef="integer">
|
|
<text></text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output1" label="They Label Y" name="y" typeRef="string" />
|
|
<rule id="row-484867957-5">
|
|
<description>A Annotation</description>
|
|
<inputEntry id="UnaryTests_0vir5ok">
|
|
<text>3</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0dvud7t">
|
|
<text>"A"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="row-484867957-1">
|
|
<description>B Annotation</description>
|
|
<inputEntry id="UnaryTests_1ldsism">
|
|
<text>4</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_01n13q2">
|
|
<text>"B"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="row-484867957-3">
|
|
<description>C Annotation</description>
|
|
<inputEntry id="UnaryTests_0vf51t0">
|
|
<text>5</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0uvxx6a">
|
|
<text>"C"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="row-484867957-7">
|
|
<description>D Annotation</description>
|
|
<inputEntry id="UnaryTests_0u4hmbg">
|
|
<text>>= 6</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_19qgvg3">
|
|
<text>"D"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
</definitions>
|