TSK-1759: Review Finding

This commit is contained in:
Joerg Heffner 2021-11-03 10:31:39 +01:00 committed by gitgoodjhe
parent 84558865e5
commit a6e5ffae74
2 changed files with 11 additions and 11 deletions

View File

@ -9,4 +9,4 @@
<option name="Make" enabled="true" /> <option name="Make" enabled="true" />
</method> </method>
</configuration> </configuration>
</component> </component>

View File

@ -2,7 +2,7 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" id="definitions" name="definitions" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.3.5"> <definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" id="definitions" name="definitions" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.3.5">
<decision id="workbasketRouting" name="workbasketRouting"> <decision id="workbasketRouting" name="workbasketRouting">
<decisionTable id="decisionTable" hitPolicy="FIRST"> <decisionTable id="decisionTable" hitPolicy="FIRST">
<input id="input1" label="BKN"> <input id="input1" label="POR">
<inputExpression id="InputExpression1816276523" typeRef="string"> <inputExpression id="InputExpression1816276523" typeRef="string">
<text>task.primaryObjRef.value</text> <text>task.primaryObjRef.value</text>
</inputExpression> </inputExpression>
@ -15,7 +15,7 @@
<output id="output1" label="workbasketKey" name="workbasketKey" typeRef="string" /> <output id="output1" label="workbasketKey" name="workbasketKey" typeRef="string" />
<output id="output2" label="domain" name="domain" typeRef="string" /> <output id="output2" label="domain" name="domain" typeRef="string" />
<rule id="excelRow6"> <rule id="excelRow6">
<description>VIP-Team</description> <description>Team-1</description>
<inputEntry id="B6"> <inputEntry id="B6">
<text>"06260203"</text> <text>"06260203"</text>
</inputEntry> </inputEntry>
@ -23,14 +23,14 @@
<text>-</text> <text>-</text>
</inputEntry> </inputEntry>
<outputEntry id="D6"> <outputEntry id="D6">
<text>"GPK_ARS"</text> <text>"GPK_KSC"</text>
</outputEntry> </outputEntry>
<outputEntry id="E6"> <outputEntry id="E6">
<text>"ULAK-D"</text> <text>"DOMAIN_A"</text>
</outputEntry> </outputEntry>
</rule> </rule>
<rule id="excelRow7"> <rule id="excelRow7">
<description>Second-Level Team 1</description> <description>Team-2</description>
<inputEntry id="B7"> <inputEntry id="B7">
<text>-</text> <text>-</text>
</inputEntry> </inputEntry>
@ -38,14 +38,14 @@
<text>"matches(cellInput,"12924|12925|")"</text> <text>"matches(cellInput,"12924|12925|")"</text>
</inputEntry> </inputEntry>
<outputEntry id="D7"> <outputEntry id="D7">
<text>"GPK_ARS_4"</text> <text>"GPK_KSC_4"</text>
</outputEntry> </outputEntry>
<outputEntry id="E7"> <outputEntry id="E7">
<text>"ULAK-D"</text> <text>"DOMAIN_A"</text>
</outputEntry> </outputEntry>
</rule> </rule>
<rule id="excelRow8"> <rule id="excelRow8">
<description>ULAK-D</description> <description>Team-3</description>
<inputEntry id="B8"> <inputEntry id="B8">
<text>"12345678"</text> <text>"12345678"</text>
</inputEntry> </inputEntry>
@ -53,10 +53,10 @@
<text>"contains("someString")"</text> <text>"contains("someString")"</text>
</inputEntry> </inputEntry>
<outputEntry id="D8"> <outputEntry id="D8">
<text>"GPK_ARS_3"</text> <text>"GPK_KSC_3"</text>
</outputEntry> </outputEntry>
<outputEntry id="E8"> <outputEntry id="E8">
<text>"ULAK-D"</text> <text>"DOMAIN_A"</text>
</outputEntry> </outputEntry>
</rule> </rule>
</decisionTable> </decisionTable>