FlowExecution.java

16 lines | 179 B Blame History Raw Download
package azkaban.executor;

import azkaban.flow.Node;

public class FlowExecution {
	
	
	public FlowExecution() {
		
	}
	
	public class RunningJob {
		private Node reference;
	}
}