Skip to content

Commit

Permalink
DTSSTCI-1204 (#2035)
Browse files Browse the repository at this point in the history
DTSSTCI-1204: Update due date config in task config DMN
  • Loading branch information
tomxelliott authored Jan 14, 2025
1 parent c1f7b2d commit 26ca1ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ else 5000</text>
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_043qnbi">
<text>"processDirectionsReListedCase","processDirectionsReListedCaseWithin5Days","processSetAsideDirections","processPostponementDirections","processTimeExtensionDirectionsReturned","issueDecisionNotice","reviewTimeExtensionRequestLO","reviewListCaseLO","reviewListCaseWithin5DaysLO","reviewPostponementRequestLO","reviewListCaseWithin5DaysJudge","reviewPostponementRequestJudge","reviewListCaseJudge","followUpNoncomplianceOfDirections","stitchCollateHearingBundle"</text>
<text>"processDirectionsReListedCase","processDirectionsReListedCaseWithin5Days","processSetAsideDirections","processPostponementDirections","processTimeExtensionDirectionsReturned","issueDecisionNotice","reviewListCaseLO","reviewListCaseWithin5DaysLO","reviewPostponementRequestLO","reviewListCaseWithin5DaysJudge","reviewPostponementRequestJudge","reviewListCaseJudge","followUpNoncomplianceOfDirections","stitchCollateHearingBundle"</text>
</inputEntry>
<outputEntry id="LiteralExpression_1g03p5z">
<text>"dueDateIntervalDays"</text>
Expand All @@ -371,7 +371,7 @@ else 5000</text>
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_046d7dy">
<text>"issueCaseToRespondent","reviewSetAsideRequest","reviewTimeExtensionRequestJudge","reviewSpecificAccessRequestJudiciary","reviewSpecificAccessRequestLegalOps","reviewSpecificAccessRequestAdmin","reviewSpecificAccessRequestCTSC"</text>
<text>"issueCaseToRespondent","reviewSetAsideRequest","reviewSpecificAccessRequestJudiciary","reviewSpecificAccessRequestLegalOps","reviewSpecificAccessRequestAdmin","reviewSpecificAccessRequestCTSC"</text>
</inputEntry>
<outputEntry id="LiteralExpression_1ni750t">
<text>"dueDateIntervalDays"</text>
Expand Down Expand Up @@ -405,7 +405,7 @@ else 5000</text>
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_1dd4h23">
<text>"processReinstatementDecisionNotice","completeHearingOutcome","reviewNewCaseAndProvideDirectionsLO","reviewStrikeOutRequestLO","reviewStayRequestLO","reviewWithdrawalRequestLO","reviewRule27RequestLO","vetNewCaseDocuments","reviewOtherRequestLO","reviewReinstatementRequestLO","registerNewCase","reviewNewCaseAndProvideDirectionsJudge","reviewStrikeOutRequestJudge","reviewWithdrawalRequestJudge","reviewRule27RequestJudge","reviewStayRequestJudge","reviewListingDirectionsJudge","reviewListingDirectionsLO","reviewCorrectionsRequest","reviewReinstatementRequestJudge","reviewOtherRequestJudge"</text>
<text>"processReinstatementDecisionNotice","completeHearingOutcome","reviewNewCaseAndProvideDirectionsLO","reviewStrikeOutRequestLO","reviewStayRequestLO","reviewWithdrawalRequestLO","reviewRule27RequestLO","vetNewCaseDocuments","reviewOtherRequestLO","reviewReinstatementRequestLO","registerNewCase","reviewNewCaseAndProvideDirectionsJudge","reviewStrikeOutRequestJudge","reviewWithdrawalRequestJudge","reviewRule27RequestJudge","reviewStayRequestJudge","reviewListingDirectionsJudge","reviewListingDirectionsLO","reviewCorrectionsRequest","reviewReinstatementRequestJudge","reviewOtherRequestJudge","reviewTimeExtensionRequestLO","reviewTimeExtensionRequestJudge"</text>
</inputEntry>
<outputEntry id="LiteralExpression_1n8d760">
<text>"dueDateIntervalDays"</text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ static Stream<Arguments> scenarioProvider() throws IOException {
.expectedValue(MAJOR_PRIORITY, DEFAULT_MAJOR_PRIORITY, true)
.expectedValue(WORK_TYPE, DECISION_WORK_TYPE, true)
.expectedValue(ROLE_CATEGORY, ROLE_CATEGORY_LO, true)
.expectedValue(DUE_DATE_INTERVAL_DAYS, "1", true)
.expectedValue(DUE_DATE_INTERVAL_DAYS, "5", true)
.expectedValue(
DESCRIPTION,
"[Orders: Create draft](/cases/case-details/${[CASE_REFERENCE]}/trigger"
Expand Down Expand Up @@ -949,7 +949,7 @@ static Stream<Arguments> scenarioProvider() throws IOException {
.expectedValue(MAJOR_PRIORITY, DEFAULT_MAJOR_PRIORITY, true)
.expectedValue(WORK_TYPE, DECISION_WORK_TYPE, true)
.expectedValue(ROLE_CATEGORY, ROLE_CATEGORY_JUDICIAL, true)
.expectedValue(DUE_DATE_INTERVAL_DAYS, "2", true)
.expectedValue(DUE_DATE_INTERVAL_DAYS, "5", true)
.expectedValue(
DESCRIPTION,
"[Orders: Create draft](/cases/case-details/${[CASE_REFERENCE]}/trigger"
Expand Down

0 comments on commit 26ca1ce

Please sign in to comment.