I have a notification setup so when a task fails, it writes keys information to the event log. However, one of my newer tasks that I link to the notification populated the below information, which is useless to me. Has anyone had this kind of issue before? This doesn't happen to all tasks, almost random. I am not sure if maybe I have set this up incorrectly or not. Help would be appreciated.
VisualCron Task Failure 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)}, err: Object reference not set to an instance of an object.]"