Email Events - Random Duplication of notification_engine.process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 09:34 AM
We've had an ongoing issue where duplicate "Comments Added" notifications are going out from one of our workflows at random times. We're using the default "notification_engine.process" event, which runs after we add a comment to sc_req_item via the Workflow logic.
The workflow adds a comment after a successful Approval. The code looks up the approver, generates the comment, and runs .update() once, followed by an update to a Scratchpad variable.
This generates a single email 99.99999% of the time, but occasionally two are generated with different Event IDs. See the file attached below for an example. I cannot reliably replicate the issue, so I can't fix the root cause.
Any ideas?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 11:31 PM
Hi. We are facing the same issue where notification gets triggered without any comment being added. This happends when a scheduled job is run but even the requests where comment is not added also get notifications. We couldn't replicate either. Were you able to find the root cause?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 09:47 AM
I am also looking into the same.
Can the 'notification_engine.process' event be cleared from the sysevent_email_action record?