So found the issue. Individual taskings would work, but group taskings wouldn’t. This is due to some checks added to ensure only valid taskings can be generated. The tests were looking for “Imaging tasks”, then “Snapin Tasks”, then “init needed taskings”. The memtest tasking is not considered an init needed tasking.
I’ve made the checks simpler with:
“Imaging tasks” -> “Snapin Tasks” -> All other and tasks appear to be working properly from the group page. Thanks for informing.