extraResources,
serviceClassLoader,
flowCompilerOptions);
BatchCompiler compiler = new BatchCompiler(config);
Workflow workflow = compiler.compile(driver.getBatchClass().getDescription());
return toInfo(workflow, outputDirectory);
}
/**
* コンパイル済みのワークフローをバッチの簡易実行計画に変換して返す。