Skip to content

Commit

Permalink
Merge pull request #188 from hmcts/PRL-6564-2
Browse files Browse the repository at this point in the history
PRL-6564 Hearing status change notification to court admin
  • Loading branch information
shashisk97 authored Dec 10, 2024
2 parents fd45c66 + f7ab545 commit 7c97751
Show file tree
Hide file tree
Showing 6 changed files with 568 additions and 6 deletions.
22 changes: 21 additions & 1 deletion src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,26 @@ taskAttributes. taskType else if(taskType != null) then taskType else null</text
<text></text>
</outputEntry>
</rule>
<rule id="DecisionRule_1etrohr">
<inputEntry id="UnaryTests_0h7unfd">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0lbkiwr">
<text>"hearingListed"</text>
</inputEntry>
<inputEntry id="UnaryTests_1t4ex04">
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_13vazdt">
<text>"description"</text>
</outputEntry>
<outputEntry id="LiteralExpression_0hdvmpk">
<text>"[Create notice of proceeding or add date to Judge's order]"</text>
</outputEntry>
<outputEntry id="LiteralExpression_1o8u5ip">
<text></text>
</outputEntry>
</rule>
</decisionTable>
</decision>
<decision id="Decision_11ew6tt" name="Order ID">
Expand Down Expand Up @@ -1920,4 +1940,4 @@ taskAttributes. taskType else if(taskType != null) then taskType else null</text
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>
</definitions>
Loading

0 comments on commit 7c97751

Please sign in to comment.