Does the process get triggered through the blueprint action or through the Start Condition of the process set in Classic?
Can you please request the impacted user to try creating a new project again using that same template? I have seen at times that after a process is updated, first attempt to trigger its instance does not work, for some reason. Subsequent attempts work just fine.
Original Message:
Sent: Jun 27, 2025 09:23 AM
From: Deepu Divakaran
Subject: Email notification not received on Project creation
Hi Experts,
One update, I asked the problem user to create a test project and to my surprise the process did not trigger. The same day for another user who created a project, the process triggered successfully. One difference I see is that the problem user used a different project template to create the project. So, I created a project myself using the same template; no issue seen, process triggered.
Both users have the 'Process - Autostart All' right assigned. I don't know why the bad user is not able to trigger the process.
So, it does not look like an email server issue. There is something wrong with the user, but I can't understand what though. Any access rights that the bad user is missing?
-Deepu.
Original Message:
Sent: Jun 17, 2025 02:54 AM
From: Deepu Divakaran
Subject: Email notification not received on Project creation
Hi Experts,
I have a process that sends an email to select end users whenever a project is created.
I had been working fine, but recently one end user reported that she did not receive the email on creating a project.
To troubleshoot i cannot check process logs as they were cleaned up for doing an upgrade. The app and bg ca logs don't have anything dates June 9th and 10th when the project was created. I am thinking of asking SaaS vendor to provide email server logs of whether an email was sent.
Any ideas what other troubleshooting i can do to know why the email was not received?
Below is the email tag i used. The process has sent email successfully since june 10th.
<gel:email to="X@xxxxxx.net,Y@xxxxxx.net.net,Z@xxxxxx.net" from="IT-CLARITY-SUPPORT@XXXXXX.net" subject="New Project Created in Clarity - ${sqlResult.rows[0].code} - ${sqlResult.rows[0].name}" >
</gel:email>
-Deepu.