Hi VC,
I would like to request a new feature, a variable that would provide the unique job id of the previous job that triggered this one
Job1 -> Trigger -> Job2
The Variable would look something like:
{TRIGGER(Active|LastTrigger|Job.UniqueId)}
This would allow us to pass context between Job1 and Job2, particularly in an environment where these jobs are multi-instance (many copies of Job1 running).
Thanks!
George