Skip to content

Commit

Permalink
Merge pull request #102 from hmcts/prl-swansea-changes
Browse files Browse the repository at this point in the history
relaxing statementOfService for performing this event without task
  • Loading branch information
sathishkannan-hmcts authored Feb 13, 2024
2 parents ca7dffc + 930ec03 commit 8435a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/wa-task-completion-privatelaw-prlapps.dmn
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
</rule>
<rule id="DecisionRule_05kvogz">
<inputEntry id="UnaryTests_0cb5u2c">
<text>"manageOrders","serviceOfApplication","createBundle","adminEditAndApproveAnOrder","editAndApproveAnOrder","returnApplication","sendOrReplyToMessages","adminRemoveLegalRepresentativeC100","adminRemoveLegalRepresentativeFL401","c100ManageFlags","fl401ManageFlags"</text>
<text>"manageOrders","serviceOfApplication","createBundle","adminEditAndApproveAnOrder","editAndApproveAnOrder","returnApplication","sendOrReplyToMessages","adminRemoveLegalRepresentativeC100","adminRemoveLegalRepresentativeFL401","c100ManageFlags","fl401ManageFlags","statementOfService"</text>
</inputEntry>
<outputEntry id="LiteralExpression_1o5rfjh">
<text></text>
Expand All @@ -678,4 +678,4 @@
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>
</definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ static Stream<Arguments> scenarioProvider() {
Map.of(
"taskType", "appStatementOfServiceByAdmin",
"completionMode", "Auto"
)
),
Map.of()
)
),
Arguments.of(
Expand Down

0 comments on commit 8435a11

Please sign in to comment.