Skip to content

Commit

Permalink
Merge pull request #181 from hmcts/hotfix-produce-hearing-bundle
Browse files Browse the repository at this point in the history
Hot fix for ProduceHearingBundle which C100 and renamed to FL401
  • Loading branch information
sathishkannan-hmcts authored Oct 23, 2024
2 parents 1dbb9d5 + d184b8f commit 1d09b31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/wa-task-initiation-privatelaw-prlapps.dmn
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ and additionalData.Data.isHearingTaskNeeded != null) then
<text>"No"</text>
</inputEntry>
<outputEntry id="LiteralExpression_0rugf3j">
<text>"produceHearingBundleFL100"</text>
<text>"produceHearingBundleFL401"</text>
</outputEntry>
<outputEntry id="LiteralExpression_1jukz35">
<text>"Produce hearing bundle"</text>
Expand All @@ -2128,7 +2128,7 @@ and additionalData.Data.isHearingTaskNeeded != null) then
}</text>
</outputEntry>
<outputEntry id="LiteralExpression_1hptupr">
<text>"produceHearingBundleFL100"</text>
<text>"produceHearingBundleFL401"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_0zp8p50">
Expand Down Expand Up @@ -8140,8 +8140,8 @@ and additionalData.Data.isHearingTaskNeeded != null) then
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0223456">
<text></text>
</inputEntry>
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_1o1ypcj">
<text>"listWithoutNoticeHearingFL401"</text>
</outputEntry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ static Stream<Arguments> scenarioProvider() {
+ "}"),
singletonList(
Map.of(
"taskId", "produceHearingBundleFL100",
"taskId", "produceHearingBundleFL401",
"name", "Produce hearing bundle",
"processCategories", "produceHearingBundleFL100"
"processCategories", "produceHearingBundleFL401"
)
)
),
Expand All @@ -371,9 +371,9 @@ static Stream<Arguments> scenarioProvider() {
+ "}"),
singletonList(
Map.of(
"taskId", "produceHearingBundleFL100",
"taskId", "produceHearingBundleFL401,
"name", "Produce hearing bundle",
"processCategories", "produceHearingBundleFL100"
"processCategories", "produceHearingBundleFL401"
)
)
),*/
Expand Down

0 comments on commit 1d09b31

Please sign in to comment.