From f5c2160d7bae73b026430d61a8f02a641e6c6d6b Mon Sep 17 00:00:00 2001 From: Sabah u Din Irfan Date: Tue, 29 Jun 2021 13:09:31 +0100 Subject: [PATCH] feat: add rpa continuous feed event (CMC-1611) (#141) * add rpa continuous feed event Co-authored-by: Sabah Irfan <> --- .../AuthorisationCaseEvent/systemUpdate.json | 6 ++++++ .../CaseEvent/Camunda/RoboticsEvents.json | 13 +++++++++++++ 2 files changed, 19 insertions(+) diff --git a/ccd-definition/AuthorisationCaseEvent/systemUpdate.json b/ccd-definition/AuthorisationCaseEvent/systemUpdate.json index c8e8692733..767861d9d2 100644 --- a/ccd-definition/AuthorisationCaseEvent/systemUpdate.json +++ b/ccd-definition/AuthorisationCaseEvent/systemUpdate.json @@ -125,6 +125,12 @@ "UserRole": "caseworker-civil-systemupdate", "CRUD": "CRU" }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "NOTIFY_RPA_ON_CONTINUOUS_FEED", + "UserRole": "caseworker-civil-systemupdate", + "CRUD": "CRU" + }, { "CaseTypeID": "CIVIL", "CaseEventID": "RETRY_NOTIFY_RPA_ON_CASE_HANDED_OFFLINE", diff --git a/ccd-definition/CaseEvent/Camunda/RoboticsEvents.json b/ccd-definition/CaseEvent/Camunda/RoboticsEvents.json index 9f60f9e67f..46fa40095d 100644 --- a/ccd-definition/CaseEvent/Camunda/RoboticsEvents.json +++ b/ccd-definition/CaseEvent/Camunda/RoboticsEvents.json @@ -12,6 +12,19 @@ "ShowEventNotes": "N", "RetriesTimeoutURLAboutToSubmitEvent": 0 }, + { + "CaseTypeID": "CIVIL", + "ID": "NOTIFY_RPA_ON_CONTINUOUS_FEED", + "Name": "Notify RPA on continuous feed", + "Description": "Notify by email with attached RPA JSON to robotics on continuous feed", + "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": "RETRY_NOTIFY_RPA_ON_CASE_HANDED_OFFLINE",