-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIV-16281 Notification events (#5331)
Co-authored-by: sankhajuria <[email protected]>
- Loading branch information
1 parent
5684726
commit eda146e
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
ccd-definition/AuthorisationCaseEvent/AuthorisationCaseEvent-LipVsLr-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"CaseEventID": "NOTIFY_LIP_APPLICANT_FOR_AGREED_EXTENSION_DATE_FOR_SPEC", | ||
"AccessControl": [ | ||
{ | ||
"UserRoles": [ | ||
"caseworker-civil-systemupdate" | ||
], | ||
"CRUD": "CRU" | ||
}, | ||
{ | ||
"UserRoles": [ | ||
"APP-SOL-SPEC-PROFILE", | ||
"caseworker-civil-admin", | ||
"judge-profile", | ||
"legal-adviser", | ||
"RES-SOL-ONE-SPEC-PROFILE", | ||
"RES-SOL-TWO-SPEC-PROFILE", | ||
"CITIZEN-CLAIMANT-PROFILE" | ||
], | ||
"CRUD": "R" | ||
} | ||
] | ||
} | ||
] |
15 changes: 15 additions & 0 deletions
15
ccd-definition/CaseEvent/Camunda/CaseEvents-LipVsLr-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"ID": "NOTIFY_LIP_APPLICANT_FOR_AGREED_EXTENSION_DATE_FOR_SPEC", | ||
"Name": "Email: Spec Notify extension", | ||
"Description": "Notify claimant LIP Extension Date", | ||
"PreConditionState(s)": "*", | ||
"PostConditionState": "*", | ||
"SecurityClassification": "Public", | ||
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", | ||
"ShowSummary": "N", | ||
"ShowEventNotes": "N", | ||
"RetriesTimeoutURLAboutToSubmitEvent": 0 | ||
} | ||
] |