I'm attempting to use the following email template with FME Server 2015.1.3.2 :
<fmeblock>
This notification e-mail was generated automatically from FME Server (PROD). Please contact your system administrator or submit a service ticket for support. Do not reply to this e-mail.FME transformation job {id} has FAILED.
Workspace: {workspace}
Repository: {repository}
Status: {StatusMessage}
Submitted: {timeRequested}
Job Start: {timeStarted}
Job End: {timeFinished}
Logfile: {logFullPath}
</fmeblock>
{workspace} & {repository} are both returning "_undefined_". All the other macros seem to work fine. Any suggestions?