if (mode == WorkflowMode.RUNNING)
return;
Dictionary<String, Object> parameters = null;
if (algorithm instanceof AlgorithmWrapper) {
AlgorithmWrapper algo = (AlgorithmWrapper) algorithm;
parameters = algo.getParameters();
}
// get service reference
ServiceReference serviceReference = Activator.getSchedulerService()
.getServiceReference(algorithm);
String algorithmLabel = "";