mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-03 10:30:37 +00:00
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
51 lines
1.9 KiB
XML
51 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" id="definitions_1jblnbx" name="definitions" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.7.0">
|
|
<decision id="IntegerDecisionStringOutputTable" name="IntegerDecisionStringOutput">
|
|
<decisionTable id="decisionTable">
|
|
<input id="input1" label="Gender">
|
|
<inputExpression id="inputExpression1" typeRef="string">
|
|
<text></text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output1" label="Result" name="" typeRef="string" />
|
|
<rule id="row-484867957-5">
|
|
<description>m Row Annotation</description>
|
|
<inputEntry id="UnaryTests_148tr41">
|
|
<description>mGender Description</description>
|
|
<text>"m"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0dvud7t">
|
|
<text>"isM"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="row-484867957-2">
|
|
<description>f Row Annotation</description>
|
|
<inputEntry id="UnaryTests_197hyvw">
|
|
<text>"f"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_16njszh">
|
|
<text>"isF"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="row-650602887-3">
|
|
<description>NOT x Row Annotation</description>
|
|
<inputEntry id="UnaryTests_1n7idt8">
|
|
<text>? != "x"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_15pr8b4">
|
|
<text>"notX"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="row-484867957-7">
|
|
<description>ELSE Row Annotation</description>
|
|
<inputEntry id="UnaryTests_1swc6fh">
|
|
<text></text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_19qgvg3">
|
|
<text>"ELSE"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
</definitions>
|