private List<StageModel> compileStages(
StageGraph stageGraph) throws IOException {
assert stageGraph != null;
StageCompiler compiler = new StageCompiler(environment);
return compiler.compile(stageGraph);
}
private JobflowModel compileJobflow(
StageGraph stageGraph,
List<StageModel> model) throws IOException {