dataHandlingResource.setCleanAfterJob(dataHandling.isCleanUpWorkingDirAfterJob());
dataHandlingResource.save();
return String.valueOf(dataHandlingResource.getDataHandlingId());
} catch (Exception e) {
logger.error("Error while adding input data handling...", e);
throw new RegistryException(e);
}
}