Project

General

Profile

« Previous | Next » 

Revision 42223

View differences:

modules/dnet-msro-service/trunk/src/main/java/eu/dnetlib/msro/cron/ScheduledWorkflowLauncher.java
103 103
		}
104 104
	}
105 105

  
106
	// TODO: it should be already implemented in WorkflowExecutor
107 106
	private boolean isAlreadyRunning(final String wfId) {
108 107
		for (final WorkflowProcess p : this.processRegistry.findProcsByOtherId(wfId)) {
109 108
			switch (p.getStatus()) {

Also available in: Unified diff