Hi,
I know I can create different groups for jobs, but I would like to know if I can create sub-groups. This is so that I could have a hierarchical structure something like (quoted as code to preserve structure):-
group MorningJobs
sub-group FileFetching
FetchJob1
FetchJob2
.
.
sub-group CleanupJobs
CleanUp1
CleanUp2
.
.
group AllDayJobs
sub-group Monitor1
Monitor2
.
.
I suspect the answer to this is no, as the Group property of JobClass is a text field. So more like a tag on the job rather than a container for jobs. I just wanted confirmation of this before proceeding with this assumption.
Thanks.