Skip to content

Commit

Permalink
Merge pull request #151 from hmcts/PRL-3814-wa-task-citizen-doc-upload
Browse files Browse the repository at this point in the history
PRL-3814 WA task for citizen uploaded documents
  • Loading branch information
yogendraU authored Jul 23, 2024
2 parents 41f6342 + 453b73a commit b9cf0df
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 1 deletion.
148 changes: 148 additions & 0 deletions src/main/resources/wa-task-initiation-privatelaw-prlapps.dmn
Original file line number Diff line number Diff line change
Expand Up @@ -6205,6 +6205,154 @@ and additionalData.Data.isHearingTaskNeeded != null) then
<text>"reviewDocsFL401"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_1wn7pso">
<inputEntry id="UnaryTests_1asuvu7">
<text>"citizen-case-update"</text>
</inputEntry>
<inputEntry id="UnaryTests_1vern7t">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_15xq37c">
<text>"C100"</text>
</inputEntry>
<inputEntry id="UnaryTests_1v6alki">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0ogo6vd">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1r9r00s">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_13wuyal">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_19v7544">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0t9gn32">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_07vxiz5">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1u3qhqn">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0n6p7aa">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_03r9tqp">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1lxc3vg">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_16ly882">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_04bcoco">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1k9lc6y">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0dc8h6i">
<text>"CITIZEN"</text>
</inputEntry>
<inputEntry id="UnaryTests_0ygsom1">
<text>"True"</text>
</inputEntry>
<inputEntry id="UnaryTests_1hsfejo">
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_12kx0zd">
<text>"reviewDocumentsForSolAndCafcassC100"</text>
</outputEntry>
<outputEntry id="LiteralExpression_0imc1ni">
<text>"Review Documents"</text>
</outputEntry>
<outputEntry id="LiteralExpression_1fws54x">
<text></text>
</outputEntry>
<outputEntry id="LiteralExpression_05ix5h3">
<text>"reviewDocsC100"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_1f6tsf2">
<inputEntry id="UnaryTests_02gv1t5">
<text>"citizen-case-update"</text>
</inputEntry>
<inputEntry id="UnaryTests_1uvywx2">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1uc2bn2">
<text>"FL401"</text>
</inputEntry>
<inputEntry id="UnaryTests_0mkd7if">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1119i6z">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_03tn7hu">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1mknrft">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0xqrnpp">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_00zxz09">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0r2pa9s">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1ajrlbt">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0u6b7wy">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0aegcl6">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1yhzjkg">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_05z9sqv">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1t2sjhj">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1q3g6r6">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1gzhpwo">
<text>"CITIZEN"</text>
</inputEntry>
<inputEntry id="UnaryTests_0sbwu7m">
<text>"True"</text>
</inputEntry>
<inputEntry id="UnaryTests_022rvyw">
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_1w8gr8d">
<text>"reviewDocumentsForSolAndCafcassFL401"</text>
</outputEntry>
<outputEntry id="LiteralExpression_1g3ipfl">
<text>"Review Documents"</text>
</outputEntry>
<outputEntry id="LiteralExpression_1guy4q7">
<text></text>
</outputEntry>
<outputEntry id="LiteralExpression_0yakvv8">
<text>"reviewDocsFL401"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_0qv9tjo">
<inputEntry id="UnaryTests_0z8e4ec">
<text>"c100RequestSupport"</text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void if_this_test_fails_needs_updating_with_your_changes() {
DmnDecisionTableImpl logic = (DmnDecisionTableImpl) decision.getDecisionLogic();
assertThat(logic.getInputs().size(), is(20));
assertThat(logic.getOutputs().size(), is(4));
assertThat(logic.getRules().size(), is(100));
assertThat(logic.getRules().size(), is(102));
}

static Stream<Arguments> scenarioProvider() {
Expand Down

0 comments on commit b9cf0df

Please sign in to comment.