mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-02 02:10:33 +00:00
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
59 lines
2.4 KiB
XML
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>>13.11<14.11 Row Annotation</description>
|
|
<inputEntry id="UnaryTests_0q7rx4k">
|
|
<text>datetime.datetime(2017,11,13) <= ? <= 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><3.11 Row Annotation</description>
|
|
<inputEntry id="UnaryTests_0cqp9ng">
|
|
<text>< datetime.datetime(2017,11,3)</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_151jme3">
|
|
<text>"before 03.11"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="row-502775238-4">
|
|
<description>>3.11 Row Annotation</description>
|
|
<inputEntry id="UnaryTests_1ullm3d">
|
|
<text>> datetime.datetime(2017,11,3)</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0wcu8m1">
|
|
<text>"after 03.11"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
</definitions>
|