I have an email notification that runs on Job Error...
Job -> Flow -> On error -> Run Notification 'Error Email'
I am trying to include the Task Name that encountered the error, the Stdout, StrErr, ExitCode, and ExitCodeDesc. I was able to include this information when the notification was ran on the Task Flow with:
[{TASK(PrevTask,StdOut)}]
But is there a way to get the information when the notification is ran from the Job flow?