/** Does the extension support post-tasks for this kind of operation. */
 public boolean hasTask(BaseMasterExt ext) {
   return ext.hasPostSetWorkGroupsTask();
 }