I found that I can have a Job reference a JobDefs defs1 and that reference JobDefs defs2 and that appears to work.
However having a Job reference JobDefs defs1 which references JobDefs defs2 which references JobDefs defs3.
Is it expected that a JobDefs can reference another JobDefs?
If yes, is it expected that nesting more than 1 level doesn't work?
Having this nesting is handy to avoid duplicating configuration data, however I understand that this may be hard to implement.
Jon