diff --git a/ccd-definition/AuthorisationCaseEvent/systemupdate-CUI-CP-nonprod.json b/ccd-definition/AuthorisationCaseEvent/systemupdate-CUI-CP-nonprod.json index f68c9b37c3..5b45df3200 100644 --- a/ccd-definition/AuthorisationCaseEvent/systemupdate-CUI-CP-nonprod.json +++ b/ccd-definition/AuthorisationCaseEvent/systemupdate-CUI-CP-nonprod.json @@ -119,6 +119,18 @@ "UserRole": "caseworker-civil-systemupdate", "CRUD": "CRU" }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "UPDATE_DASHBOARD_TASK_LIST_DEFENDANT_DECISION_OUTCOME", + "UserRole": "caseworker-civil-systemupdate", + "CRUD": "CRU" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "UPDATE_DASHBOARD_TASK_LIST_CLAIMANT_DECISION_OUTCOME", + "UserRole": "caseworker-civil-systemupdate", + "CRUD": "CRU" + }, { "CaseTypeID": "CIVIL", "CaseEventID": "CREATE_NOTIFICATION_REQUEST_FOR_RECONSIDERATION_CLAIMANT", diff --git a/ccd-definition/CaseEvent/Camunda/DashboardEvents-CUI-CP-nonprod.json b/ccd-definition/CaseEvent/Camunda/DashboardEvents-CUI-CP-nonprod.json index 670e71d58f..db01601b76 100644 --- a/ccd-definition/CaseEvent/Camunda/DashboardEvents-CUI-CP-nonprod.json +++ b/ccd-definition/CaseEvent/Camunda/DashboardEvents-CUI-CP-nonprod.json @@ -220,6 +220,32 @@ "ShowEventNotes": "N", "RetriesTimeoutURLAboutToSubmitEvent": 0 }, + { + "CaseTypeID": "CIVIL", + "ID": "UPDATE_DASHBOARD_TASK_LIST_DEFENDANT_DECISION_OUTCOME", + "Name": "Dashboard defendant", + "Description": "Update defendant task list", + "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": "UPDATE_DASHBOARD_TASK_LIST_CLAIMANT_DECISION_OUTCOME", + "Name": "Dashboard claimant", + "Description": "Update dashboard claimant task list", + "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_NOTIFICATION_REQUEST_FOR_RECONSIDERATION_CLAIMANT", diff --git a/ccd-definition/CaseEvent/User/UserEventsCaseProg.json b/ccd-definition/CaseEvent/User/UserEventsCaseProg.json index c6525f758c..2c5332e672 100644 --- a/ccd-definition/CaseEvent/User/UserEventsCaseProg.json +++ b/ccd-definition/CaseEvent/User/UserEventsCaseProg.json @@ -176,6 +176,7 @@ "PostConditionState": "DECISION_OUTCOME", "SecurityClassification": "Public", "CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", + "CallBackURLSubmittedEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/submitted", "ShowSummary": "N", "ShowEventNotes": "N", "RetriesTimeoutURLAboutToSubmitEvent": 0,