mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-31 12:15:45 +00:00
7c219fd731
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
42 lines
1.6 KiB
XML
42 lines
1.6 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.4.1">
|
|
<decision id="IntegerDecisionStringOutputTable" name="IntegerDecisionStringOutput">
|
|
<decisionTable id="decisionTable">
|
|
<input id="input1" label="Gender">
|
|
<inputExpression id="inputExpression1" typeRef="string">
|
|
<text>Gender</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-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>
|