//store information in the db entities
ExperimentExecutable expExecutable = expBean.getExperiment().getExperimentExecutable();
expExecutable.setWEEWorkflowConfig(this.buildWorkflowConfFromCurrentConfiguration());
//specify which batch processing system WEE or TB/Local we want to use for this experiment
expExecutable.setBatchSystemIdentifier(BatchProcessor.BATCH_QUEUE_TESTBED_WEE_LOCAL);
expBean.updateExperiment();
}
/*
* TODO AL: version 1.0 uses this structure to check for a valid workflow (exp-type specific) configuration.