30 lines
1.3 KiB
Text
30 lines
1.3 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" xmlns:camunda="http://camunda.org/schema/1.0/dmn" id="Definitions_12blkc7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.7.3">
|
||
|
<decision id="DMN_Zahlungsziel" name="Zahlungsziel">
|
||
|
<decisionTable id="decisionTable_1">
|
||
|
<input id="input_1" camunda:inputVariable="FormField_date_Zahlungsziel">
|
||
|
<inputExpression id="inputExpression_1" typeRef="date">
|
||
|
<text></text>
|
||
|
</inputExpression>
|
||
|
</input>
|
||
|
<output id="output_1" name="FormField_bool_Zahlungsziel" typeRef="boolean" />
|
||
|
<rule id="DecisionRule_1r3lqqo">
|
||
|
<inputEntry id="UnaryTests_0ck2q5o">
|
||
|
<text>DayDiff(FormField_date_Zahlungsziel, Today()) <= 1</text>
|
||
|
</inputEntry>
|
||
|
<outputEntry id="LiteralExpression_0l2u5my">
|
||
|
<text>true</text>
|
||
|
</outputEntry>
|
||
|
</rule>
|
||
|
<rule id="DecisionRule_1xuoiwj">
|
||
|
<inputEntry id="UnaryTests_175ylsl">
|
||
|
<text>DayDiff(FormField_date_Zahlungsziel, Today()) > 1</text>
|
||
|
</inputEntry>
|
||
|
<outputEntry id="LiteralExpression_0e0wktv">
|
||
|
<text>false</text>
|
||
|
</outputEntry>
|
||
|
</rule>
|
||
|
</decisionTable>
|
||
|
</decision>
|
||
|
</definitions>
|