Skip to content

Commit

Permalink
add case events
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlynkhaw committed Aug 22, 2024
1 parent 61f202b commit 900819d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "SEND_JUDGMENT_DETAILS_CJES_SET_ASIDE",
"CaseEventID": "SEND_JUDGMENT_DETAILS_CJES_SA",
"AccessControl": [
{
"UserRoles": [
Expand Down
28 changes: 28 additions & 0 deletions ccd-definition/CaseEvent/Camunda/CaseEvents-JO-nonprod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"CaseTypeID": "CIVIL",
"ID": "SEND_JUDGMENT_DETAILS_CJES_SA",
"Name": "Send judgement CJES Set aside",
"Description": " ",
"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": "SEND_JUDGMENT_DETAILS_CJES",
"Name": "Send judgement details CJES",
"Description": " ",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
}
]

0 comments on commit 900819d

Please sign in to comment.