Skip to content

Commit

Permalink
CIV-14191 - change claimant dashboard event (#1072)
Browse files Browse the repository at this point in the history
Co-authored-by: dharmendra kumar <[email protected]>
Co-authored-by: ss-evoco <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2024
1 parent 8cc5a9d commit 61745eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/camunda/generate_hearing_notice.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<bpmn:serviceTask id="GenerateDashboardNotificationHearingScheduledClaimant" name="Generate Dashboard Notification Claimant1" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="caseEvent">CREATE_DASHBOARD_NOTIFICATION_HEARING_SCHEDULED_CLAIMANT</camunda:inputParameter>
<camunda:inputParameter name="caseEvent">CREATE_DASHBOARD_NOTIFICATION_HEARING_SCHEDULED_CLAIMANT_HMC</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1hfv1pi</bpmn:incoming>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class GenerateHearingNoticeTest extends BpmnBaseTest {
public static final String SEND_HEARING_TO_LIP_CLAIMANT
= "SEND_HEARING_TO_LIP_CLAIMANT";
public static final String CREATE_DASHBOARD_NOTIFICATION_HEARING_SCHEDULED_CLAIMANT
= "CREATE_DASHBOARD_NOTIFICATION_HEARING_SCHEDULED_CLAIMANT";
= "CREATE_DASHBOARD_NOTIFICATION_HEARING_SCHEDULED_CLAIMANT_HMC";
public static final String CREATE_DASHBOARD_NOTIFICATION_HEARING_SCHEDULED_DEFENDANT
= "CREATE_DASHBOARD_NOTIFICATION_HEARING_SCHEDULED_DEFENDANT";

Expand Down

0 comments on commit 61745eb

Please sign in to comment.