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

59 lines
2.4 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="DateDecisionStringOutputTable" name="DateDecisionStringOutput">
<decisionTable id="decisionTable">
<input id="InputClause_1tm0ceq" label="IsItTrue">
<inputExpression id="LiteralExpression_04o7chw" typeRef="date">
<text>input</text>
</inputExpression>
</input>
<output id="output1" label="Result" name="" typeRef="string" />
<rule id="row-502775238-5">
<description>&gt;13.11&lt;14.11 Row Annotation</description>
<inputEntry id="UnaryTests_0q7rx4k">
<text>datetime.datetime(2017,11,13) &lt;= ? &lt;= datetime.datetime(2017,11,14,23,59,59)</text>
</inputEntry>
<outputEntry id="LiteralExpression_00m6gbt">
<text>"between 13.11 and 14.11"</text>
</outputEntry>
</rule>
<rule id="row-502775238-1">
<description>111 Row Annotation</description>
<inputEntry id="UnaryTests_1do20j2">
<text>datetime.datetime(2017,11,1,10)</text>
</inputEntry>
<outputEntry id="LiteralExpression_1ry9obz">
<text>"01.11"</text>
</outputEntry>
</rule>
<rule id="row-502775238-2">
<description>311 Row Annotation</description>
<inputEntry id="UnaryTests_04t6ord">
<text>datetime.datetime(2017,11,3)</text>
</inputEntry>
<outputEntry id="LiteralExpression_01qzmvd">
<text>"03.11"</text>
</outputEntry>
</rule>
<rule id="row-502775238-3">
<description>&lt;3.11 Row Annotation</description>
<inputEntry id="UnaryTests_0cqp9ng">
<text>&lt; datetime.datetime(2017,11,3)</text>
</inputEntry>
<outputEntry id="LiteralExpression_151jme3">
<text>"before 03.11"</text>
</outputEntry>
</rule>
<rule id="row-502775238-4">
<description>&gt;3.11 Row Annotation</description>
<inputEntry id="UnaryTests_1ullm3d">
<text>&gt; datetime.datetime(2017,11,3)</text>
</inputEntry>
<outputEntry id="LiteralExpression_0wcu8m1">
<text>"after 03.11"</text>
</outputEntry>
</rule>
</decisionTable>
</decision>
</definitions>