digoRefs.add(new URI(inputDataRef));
}catch(URISyntaxException err){
log.debug("this shouldn't happen - conversion String -> URI failed for "+inputDataRef);
}
}
String queue_key = bp.sumitBatchByReference(exp.getEntityID(), digoRefs, executable.getWEEWorkflowConfig());
if((queue_key!=null)&&(!queue_key.equals(""))){
executable.setBatchExecutionIdentifier(queue_key);
//executable.setExecutableInvoked(true);
executable.setExecutionCompleted(false);