diff --git a/ccd-definition/AuthorisationCaseEvent/systemUpdate-caseworkerEvents-nonprod.json b/ccd-definition/AuthorisationCaseEvent/systemUpdate-caseworkerEvents-nonprod.json index bb9544c394..f04e6ff75a 100644 --- a/ccd-definition/AuthorisationCaseEvent/systemUpdate-caseworkerEvents-nonprod.json +++ b/ccd-definition/AuthorisationCaseEvent/systemUpdate-caseworkerEvents-nonprod.json @@ -82,5 +82,17 @@ "CaseEventID": "NOTIFY_DEFENDANT2_STAY_UPDATE_REQUESTED", "UserRole": "caseworker-civil-systemupdate", "CRUD": "CRU" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_STAY_LIFTED_CLAIMANT", + "UserRole": "caseworker-civil-systemupdate", + "CRUD": "CRU" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_STAY_LIFTED_DEFENDANT", + "UserRole": "caseworker-civil-systemupdate", + "CRUD": "CRU" } ] diff --git a/ccd-definition/CaseEvent/Camunda/NotificationEvents-caseworkerEvents-nonprod.json b/ccd-definition/CaseEvent/Camunda/NotificationEvents-caseworkerEvents-nonprod.json index 919064b405..953f4b0701 100644 --- a/ccd-definition/CaseEvent/Camunda/NotificationEvents-caseworkerEvents-nonprod.json +++ b/ccd-definition/CaseEvent/Camunda/NotificationEvents-caseworkerEvents-nonprod.json @@ -180,5 +180,31 @@ "ShowSummary": "N", "ShowEventNotes": "N", "RetriesTimeoutURLAboutToSubmitEvent": 0 + }, + { + "CaseTypeID": "CIVIL", + "ID": "CREATE_DASHBOARD_NOTIFICATION_STAY_LIFTED_CLAIMANT", + "Name": "Dashboard stay lifted", + "Description": "Dashboard stay lifted claimant", + "PreConditionState(s)": "*", + "PostConditionState": "*", + "SecurityClassification": "Public", + "CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", + "ShowSummary": "N", + "ShowEventNotes": "N", + "RetriesTimeoutURLAboutToSubmitEvent": 0 + }, + { + "CaseTypeID": "CIVIL", + "ID": "CREATE_DASHBOARD_NOTIFICATION_STAY_LIFTED_DEFENDANT", + "Name": "Dashboard stay lifted", + "Description": "Dashboard stay lifted defendant", + "PreConditionState(s)": "*", + "PostConditionState": "*", + "SecurityClassification": "Public", + "CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", + "ShowSummary": "N", + "ShowEventNotes": "N", + "RetriesTimeoutURLAboutToSubmitEvent": 0 } ]