-
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-15963 notify claimant online after defendant lip noc (#5293)
CIV-16035 renamed to support prod and non prod Co-authored-by: sankhajuria <[email protected]>
- Loading branch information
1 parent
bae5043
commit b0a195c
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
ccd-definition/AuthorisationCaseEvent/systemUpdate-LipVsLr-after-defendant-noc-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,6 @@ | ||
[{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"CaseEventID": "CREATE_NOC_ONLINE_DASHBOARD_NOTIFICATION_FOR_CLAIMANT", | ||
"UserRole": "caseworker-civil-systemupdate", | ||
"CRUD": "CRU" | ||
}] |
16 changes: 16 additions & 0 deletions
16
ccd-definition/CaseEvent/Camunda/DashboardEvents-LipVsLr-after-defendant-noc-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,16 @@ | ||
[{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"ID": "CREATE_NOC_ONLINE_DASHBOARD_NOTIFICATION_FOR_CLAIMANT", | ||
"Name": "Case online", | ||
"Description": "Generate Dashboard Notification in CUI", | ||
"PreConditionState(s)": "*", | ||
"PostConditionState": "*", | ||
"SecurityClassification": "Public", | ||
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", | ||
"ShowSummary": "Y", | ||
"ShowEventNotes": "N", | ||
"EndButtonLabel": "Submit", | ||
"RetriesTimeoutAboutToStartEvent": 0, | ||
"RetriesTimeoutURLAboutToSubmitEvent": 0, | ||
"RetriesTimeoutURLSubmittedEvent": 0 | ||
}] |