answer = new ApplyConfigurationTask(configuration, variables);
}
}
Map<String, String> overlayResources = Profiles.getOverlayConfiguration(fabricService, profileIds, versionId, Constants.PROCESS_CONTAINER_OVERLAY_RESOURCES_PID);
if (overlayResources != null && !overlayResources.isEmpty()) {
answer = CompositeTask.combine(answer, new DownloadResourcesTask(overlayResources));
}
return answer;
}