Processes

chevron-rightDAY_CHANGE_ENDEDhashtag
  • The process engine Camunda triggers the DAY_CHANGE_ENDED event when it has completed the banking day change.

  • Event parameters are eventTypeCode/routing_code: ext.camunda.day-change.ended.

{
  "notificationId": "ID-9999",
  "notificationTypeCode": "DAY_CHANGE_ENDED",
  "destination": "https://hooks.slack.com/services/TQ12LTR432rfdsfsdg",
  "originalMessageDateTime": "2024-12-17T08:36:10.489Z",
  "data": {
    "bankingDate": "2021-05-01"
  }
}
circle-info

In DAY_CHANGE_ENDED, bankingDate is the new active banking date. This is the banking day that starts after day change completes.

Last updated

Was this helpful?