Skip to content

Commit

Permalink
CIV-16281 Notification events (#5331)
Browse files Browse the repository at this point in the history
Co-authored-by: sankhajuria <[email protected]>
  • Loading branch information
paul-pearson and sankhajuria authored Feb 6, 2025
1 parent 5684726 commit eda146e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
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 ccd-definition/CaseEvent/Camunda/CaseEvents-LipVsLr-nonprod.json
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
}
]

0 comments on commit eda146e

Please sign in to comment.