* @return
* @throws AiravataAPIInvocationException
*/
public WorkflowSchedulingSettings getCustomWorkflowSchedulingSettings() throws AiravataAPIInvocationException{
if (schedulingSettings==null){
schedulingSettings=new WorkflowSchedulingSettingsImpl();
}
return schedulingSettings;
}