Skip to content

Commit

Permalink
feat: add rpa continuous feed event (CMC-1611) (#141)
Browse files Browse the repository at this point in the history
* add rpa continuous feed event

Co-authored-by: Sabah Irfan <>
  • Loading branch information
sabahirfan authored Jun 29, 2021
1 parent 52dcc8c commit f5c2160
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ccd-definition/AuthorisationCaseEvent/systemUpdate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions ccd-definition/CaseEvent/Camunda/RoboticsEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5c2160

Please sign in to comment.