Processes
DAY_CHANGE_ENDED
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"
}
}
Last updated
Was this helpful?