Hello Everyone,
I have an FME Flow 2025.2.4 automation that contains nineteen individual FME Form 2025.2.4 jobs. In addition to those nineteen jobs, I have two separate FME Form jobs that are used only for email notifications. One notification job is intended to run when jobs succeed, and the other is intended to run when jobs fail. Both of these notification jobs contain an FME Form 2025.2.4 Emailer transformer in their build.
All nineteen FME jobs in my automation are connected to the Success notification job through their success ports, and those same nineteen FME jobs are connected to the Failure notification job through their failure ports. This wiring ensures that the appropriate notification workflow is triggered depending on the outcome of each job.
The goal is not to send an email for every individual job result. Instead, the goal is to send a single consolidated email per outcome type of Succeed and/or Failure. For example, if nine jobs succeed and ten jobs fail during an automation run, the desired result is two emails total:
- One email listing the names of the nine successful jobs
- One email listing the names of the ten failed jobs
If all nineteen jobs succeed, only one success email should be sent containing all nineteen job names. Similarly, if all nineteen jobs fail, only one failure email should be sent containing all nineteen job names.
- One email listing the names of the nineteen successful jobs
Or
- One email listing the names of the nineteen failed jobs
To achieve this, each of the nineteen jobs needs to pass its own job name to the notification jobs at runtime using automation output attributes. The success and failure notification jobs then collect all incoming job names, aggregate them within the workspace, and generate a single email per outcome with a complete list of job names.
I am trying my hardest to avoid excessive daily email notifications while still providing clear visibility into which jobs succeeded or failed during each daily automation run.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Example of Success Email:
The following FME jobs completed successfully:
- {job.workspace} (JOB 1)
- {job.workspace} (JOB 2)
- ↓ ↓ ↓
- ↓ ↓ ↓
- ↓ ↓ ↓
- {job.workspace} (JOB 18)
- {job.workspace} (JOB 19)
Next steps:
• Review the job logs in FME Flow to confirm successful completion
• Verify expected outputs or downstream data updates
• Ensure no warnings or unexpected messages were generated
Thank you,
FME Flow Admin
(This message has been generated by the FME Flow Team)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This all sounds great and it seems doable, but all attempts I have made expose my lack of expertise in notifications like this. Does anyone out there know the steps I would need to take to make this a reality in FME Form 2025.2.4 and FME Flow 2025.2.4?
Thank you in advance for your time and expertise! It is always so appreciated!




