Using a User Defined Variable LogPathFile, its value is set as the first step in our JOBs using the Set Variable TASK. The option 'Translate value as constant in Variable when running' is selected. The value assigned within the Set Variable TASK is {STRING(Concat|{USERVAR(LOG_JOB_PathRoot)}{JOB(Active|Name)}\{DATEFORMAT(yyyy_MM)}\|{DATEFORMAT(yyyy.MM.dd)}.txt)}. Using a Notification on the 'On Complete' flow of the TASKs, the PrevTask,StdOut is written to the JOB log. We found today that when a JOB🅰 is running such as when triggered hourly, and another JOB🅱 when run using the VisualCron Client 'Run TASK', will sometimes write to the JOB🅰 LogFiles. So having the common variable LogPathFile used in all JOBs is very convenient, is there any way to strengthen the boundaries around the variables used in separate JOBs? Is there another way of accomplishing this reuse of variables?
Thanks.