I setup the notification/topic/subscription to send an email after a job completes, but all the email says is success or failure. I want the details on what happened right there in the email.
As far as I can tell the only way is to Python shutdown script that runs after the workspace closes. It would read the logfile for the job, check if there was an error or warning messages, and if so use python smtblib to email the entire contents of the job log to me. I guess the other benefit of this is I can provide the To: email address as a dynamic parameter of the workspace. I plan to use the same workspace dynamically for different datasets. Based on which dataset its working on, email that dataset's maintainer directly.
Is there a more straight-forward out of the box approach? The FMEServerEmailGenerator and FMEServerNotifier seem close, but I'd need the logfile after the workspace completes.
Thanks for any help you can provide,
Andrew R.