logs.addAll(nodeResult.getAggregatedExecutionLog().getLogLevels());
}
aggregatedExecutionLog = DefaultAggregatedExecutionLog.indicatorLogMode(logs);
}
final DependencyNodeJobExecutionResult jobExecutionResult = new DependencyNodeJobExecutionResult(computeNodeId, jobResultItem, aggregatedExecutionLog);
node.gatherTerminalOutputValues(terminalOutputs);
for (ValueSpecification output : node.getOutputValues()) {
jobExecutionResultCache.put(output, jobExecutionResult);
}
}
_issueFragmentResults |= !terminalOutputs.isEmpty();