2020-05-27 15:38:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/1.0" xmlns:camunda="http://camunda.org/schema/1.0/dmn" id="Definitions_12r679j" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.7.3">
|
|
|
|
<decision id="DMN_HoeheRechnungssumme" name="HoeheRechnungssumme">
|
|
|
|
<extensionElements>
|
|
|
|
<biodi:bounds x="150" y="150" width="180" height="80" />
|
|
|
|
</extensionElements>
|
|
|
|
<decisionTable id="decisionTable_1">
|
|
|
|
<input id="input_1" camunda:inputVariable="FormField_long_HoeheRechnungssumme">
|
|
|
|
<inputExpression id="inputExpression_1" typeRef="long">
|
|
|
|
<text></text>
|
|
|
|
</inputExpression>
|
|
|
|
</input>
|
2020-05-27 19:26:01 +00:00
|
|
|
<output id="output_1" label="FormField_Boolean_HoeheRechnungssumme" name="FormField_Boolean_HoeheRechnungssumme" typeRef="boolean" />
|
2020-05-27 15:38:02 +00:00
|
|
|
<rule id="DecisionRule_1au5576">
|
|
|
|
<inputEntry id="UnaryTests_165kca1">
|
|
|
|
<text>>= 10000</text>
|
|
|
|
</inputEntry>
|
|
|
|
<outputEntry id="LiteralExpression_1ooh9ej">
|
2020-05-27 19:26:01 +00:00
|
|
|
<text>false</text>
|
2020-05-27 15:38:02 +00:00
|
|
|
</outputEntry>
|
|
|
|
</rule>
|
|
|
|
<rule id="DecisionRule_1d2vc9q">
|
|
|
|
<inputEntry id="UnaryTests_09zl7n4">
|
|
|
|
<text>< 10000</text>
|
|
|
|
</inputEntry>
|
|
|
|
<outputEntry id="LiteralExpression_03m0upc">
|
2020-05-27 19:26:01 +00:00
|
|
|
<text>true</text>
|
2020-05-27 15:38:02 +00:00
|
|
|
</outputEntry>
|
|
|
|
</rule>
|
|
|
|
</decisionTable>
|
|
|
|
</decision>
|
|
|
|
</definitions>
|