}
org.apache.airavata.experiment.execution.WorkflowOutputDataSettings wfOpDSettings = new org.apache.airavata.experiment.execution.WorkflowOutputDataSettings();
wfOpDSettings.setOutputDataSettingsList(dataSettingsList);
advanceOptions.setWorkflowOutputDataSettings(wfOpDSettings);
}
WorkflowSchedulingSettings schedulingSettings = exAdOpt.getCustomWorkflowSchedulingSettings();
if (schedulingSettings != null){
org.apache.airavata.experiment.execution.WorkflowSchedulingSettings settings = generateShedulingSettingsObject(schedulingSettings);
advanceOptions.setWorkflowSchedulingSettings(settings);
}
return advanceOptions;