I have a generic job (say, JobA) that is started by other jobs with Job/Task Control tasks. The Job Variables are changed by each Job/Task Control task. These changes appear to be persistent, so if I run JobA manually, it uses the values that were set by the last run.
What I would like is to be able to reset the Job Variables for JobA upon completion to a default set of values, so that if I start the JobA manually it uses the default values. Is this possible?
A feature that would work in my case is an option to have setting of Job Variables by Job/Task Control tasks be non-persistent.