Jon Herron 7c219fd731 Squashed 'SpiffWorkflow/' content from commit 63db3e4
git-subtree-dir: SpiffWorkflow
git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
2022-10-12 10:19:53 -04:00

41 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" id="definitions_1jblnbx" name="definitions" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="4.10.0">
<decision id="IntegerDecisionStringOutputTable" name="IntegerDecisionStringOutput">
<decisionTable id="decisionTable">
<input id="InputClause_1tm0ceq" label="IsItTrue">
<inputExpression id="LiteralExpression_04o7chw" typeRef="boolean">
<text>input</text>
</inputExpression>
</input>
<output id="output1" label="Result" name="" typeRef="string" />
<rule id="row-484867957-7">
<description>Y Row Annotation</description>
<inputEntry id="UnaryTests_0u4hmbg">
<text>True</text>
</inputEntry>
<outputEntry id="LiteralExpression_19qgvg3">
<text>"Yesss"</text>
</outputEntry>
</rule>
<rule id="row-683871130-2">
<description>N Row Annotation</description>
<inputEntry id="UnaryTests_0ojl8ov">
<text>False</text>
</inputEntry>
<outputEntry id="LiteralExpression_0fifygd">
<text>"Noooo"</text>
</outputEntry>
</rule>
<rule id="row-683871130-3">
<description>ELSE Row Annotation</description>
<inputEntry id="UnaryTests_0tl5hup">
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_1kybqmh">
<text>"ELSE"</text>
</outputEntry>
</rule>
</decisionTable>
</decision>
</definitions>