Is there a way to get an email notification to contain the "last trigger" that triggered a job, if that trigger is a Custom Time Trigger?
I tried using
{TRIGGER(Active|LastTrigger|Desc)}
But it keeps saying "Error in argument", so I'm assuming a custom time trigger doesn't have a description or description is undefined for it.
Is there any way I can even get it to say "triggered by custom time trigger" or tell me the name of the actual trigger that caused the job to run?
I'm wondering because we plan to set up jobs with time triggers, but potentially also file triggers, and it'd be nice to know in the notification what caused the job to start.