*/
public boolean execute() throws Exception
{
// Create a copy to be saved later without these 3 "ducclet" properties required by DUCC
ServiceRequestProperties serviceProperties = (ServiceRequestProperties)serviceRequestProperties.clone();
serviceRequestProperties.setProperty(UiOption.ProcessThreadCount.pname(), "1");
serviceRequestProperties.setProperty(UiOption.ProcessDeploymentsMax.pname(), "1");
serviceRequestProperties.setProperty(UiOption.ServiceTypeOther.pname(), "");
SubmitServiceDuccEvent ev = new SubmitServiceDuccEvent(serviceRequestProperties);