Different issue, but still something different. I have notifications setup to email me when failures occur. I had the content of the email as below:
VisualCron Job Log
Jobid: {JOB(Active|Id)}
Job Name: {JOB(Active|Name)}
Taskid: {TASK(Active,Id)}
Task type: {TASK(Active,Type)}
Name: {TASK(Active,Name)}
Order: {TASK(Active,Order)}
Exit code: {TASK(Active,ExitCode)}
Exit code description: {TASK(Active,ExitCodeDesc)}
Number of executes: {TASK(Active,NoExecutes)}
Last execution time: {TASK(Active,ExecutionTime)}
Last executed: {TASK(Active,LastRun,M/d/yyyy h:mm tt)}
Last exited: {TASK(Active,LastExited,M/d/yyyy h:mm tt)}
Output: {TASK(Active,StdOut)}
Output (stderr): {TASK(Active,StdErr)}
Status: {TASK(Active,Status)}
Results: {TASK(Active,Result)}
This used to give me the active task failure information, but now is giving the active notification information in the body of the email. Should this now be happening? Do I now have to modify my notifications to supply the active failed Task information
thanks.