Could I ask for a the implementation of user-defined variables with Group scope?
I find I have several groups of jobs (with more on the way!) which follow a similar pattern, many of the differences are simply:
- the paths they look at and
- the name of the process they're supporting.
I'd love to be able to clone the jobs, set the value of two or three variables and move on.
Currently I have to go through each task, in each job and find each reference to the input path and change it, find every reference to the output path and change it and find each reference to the process name and change it. And normally I miss one or two of these references. Not the end of the world, but I reckon there's a better way. Define those items for each group, and the many of the jobs/tasks can be completely identical with other similar jobs/tasks in other groups.
(BTW because as I have mentioned I have various more or less identical tasks, they have more or less identical names. So when I get a message saying "Trigger xyz has been inactivated", I'm left scratching my head as to which of my tasks called xyz it's refering to, the one in Group A or Group B or Group C? Could you provide the Group's name too?)