Thanks for the reply. Trying to achieve, ONE LOG notification, and ONE email notification to be used for ALL JOBS, so that 1] all PrevTask dynamic TASK variables can be used in the notification to enjoy dynamic variable usage, and, 2] no need to re-write repetitive logging TASKs for each JOB. Obvious examples of desired TASK variables include StdOut, StdErr. I think I found a work around, at the beginning of each JOB, as the first TASK, a User Defined Variable 'LogPathFile' is assigned a new value specific to the Active JOB, it also contains DateFormatted values as well. The notification then logs the PrevTask StdOut and StdErr values quite nicely to the Active JOB value placed into 'LogPathFile' using a 'Write File' TASK. It seems to be working for 2 separate JOBS, and I don't see any issues unless there comes a time when more than ONE VisualCron JOB is active. What do you recommend in the case of 2 concurrent active JOBs?