Actions
Defect #3198
openNotification for new contracts isn't sent for some contracts
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
09/27/2022
Due date:
% Done:
0%
Estimated time:
Description
The issue with ContractStartNotificationTask is the same as in #3082 - it doesn't work as expected, because it isn't sent for some contracts. Unfortunately, the test scenarios in that ticket mostly worked due to the poorly chosen dates. So I give another and easier use case here:
UC: We want to send a welcome mail for every new employee in the company on their first day. If HR creates the employee too late, we want to send it as soon as possible.
Configuration:- number of days before start = 0
- user type = Internal employee
- Notify user = true
- Create a new identity with valid from = yesterday and type = Internal employee
- Run the task
- The notification must be sent to the user. Now it isn't.
Related issues
Updated by Alena Peterová about 2 years ago
- Related to Task #3082: Notification for new contracts - send even for more days back (improve the queue) added
Actions