Project

General

Profile

« Previous | Next » 

Revision 40096

partial reimplementation of the wf engine

View differences:

ValidateProfilesJobNode.java
14 14
import eu.dnetlib.msro.rmi.MSROException;
15 15
import eu.dnetlib.msro.workflows.graph.Arc;
16 16
import eu.dnetlib.msro.workflows.graph.Env;
17
import eu.dnetlib.msro.workflows.graph.Process;
18 17
import eu.dnetlib.msro.workflows.nodes.ProgressJobNode;
19 18
import eu.dnetlib.msro.workflows.nodes.SimpleJobNode;
19
import eu.dnetlib.msro.workflows.procs.WorkflowProcess;
20 20
import eu.dnetlib.msro.workflows.util.ProgressProvider;
21 21
import eu.dnetlib.msro.workflows.util.WorkflowsConstants;
22 22
import org.apache.commons.logging.Log;
......
29 29
	private UniqueServiceLocator serviceLocator;
30 30
	private int total = 0;
31 31
	private int current = 0;
32
	private Process process;
32
	private WorkflowProcess process;
33 33

  
34 34
	@Override
35 35
	protected String execute(final Env env) throws Exception {
......
91 91
			}
92 92
		};
93 93
	}
94
	
94

  
95 95
}

Also available in: Unified diff