}
}
final Workspace[] workspaces = group.getWorkspaces();
if (workspaces != null && workspaces.length > 0) {
final Schedule currentSchedule = workspaces[0].getCurrentSchedule();
if (currentSchedule != null) {
if (currentSchedule.getActualInstantiationTime() == null) {
this.wasBestEffort = true;
}
}
}