You know it was only a matter of time
It would be great if we could nest grouped jobs… with its current system (where the groups are not actual entities), maybe introducing a separator character for the Job Batch string would work?
Something like in something like:
Job1 Batch val = Group1|Subgroup1|Subgroup2|Subgroup3
Job2 Batch val = Group1|Subgroup1|Subgroup2|Subgroup3
Job3 Batch val = Group1|Subgroup1|Subgroup2|Subgroup4
Job4 Batch val = Group1|Subgroup1|Subgroup2|Subgroup4
Job5 Batch val = Group1|Subgroup2|Subgroup1
Job6 Batch val = Group1|Subgroup2|Subgroup1
Job7 Batch val = Group1|Subgroup2
Job8 Batch val = Group1|Subgroup3
would result in:
Group1
|
+SubGroup1
| |
| +Subgroup2
| |
| + Subgroup3
| | |
| | + Job1
| | + Job2
| + Subgroup4
| |
| + Job3
| + Job4
+SubGroup2
| |
| +Subgroup1
| | |
| | + Job5
| | + Job6
| + Job 7
+Subgroup3
|
+ Job8