_nodeCount += result.getResultItems().size();
_executionTime += result.getDuration();
}
final ExecutingGraph graph = getGraph();
_notifyLock.incrementAndGet();
graph.jobCompleted(result.getSpecification());
s_logger.debug("{} completed for {}", result, this);
submitExecutableJobs();
getCycle().jobCompleted(job.getJob(), result);
if (_notifyLock.decrementAndGet() == 0) {
if (graph.isFinished()) {