Skip to content

Commit

Permalink
refactor: case proceeds offline event in dismissed state (CMC-1573) (#39
Browse files Browse the repository at this point in the history
)
  • Loading branch information
swalker125 authored May 19, 2021
1 parent 70648f7 commit 951c582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccd-definition/CaseEvent/User/UserEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"Name": "Case proceeds in Caseman",
"Description": "Case will proceed offline in Caseman system",
"DisplayOrder": 9,
"PreConditionState(s)": "CASE_ISSUED;AWAITING_CASE_DETAILS_NOTIFICATION;AWAITING_RESPONDENT_ACKNOWLEDGEMENT;AWAITING_APPLICANT_INTENTION",
"PreConditionState(s)": "CASE_ISSUED;AWAITING_CASE_DETAILS_NOTIFICATION;AWAITING_RESPONDENT_ACKNOWLEDGEMENT;AWAITING_APPLICANT_INTENTION;CASE_DISMISSED",
"PostConditionState": "PROCEEDS_IN_HERITAGE_SYSTEM",
"SecurityClassification": "Public",
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
Expand Down

0 comments on commit 951c582

Please sign in to comment.