4

次のようなユースケースがあります。

1)There is a Parentjob which has multiple child jobs.
2)All child jobs should be executed in parallel.
3)The parent job should wait until all child jobs are done.
4)One child jobs are done control returns to master
5)Master job is completed.
6)In case any of the child job throws exception then also control should return to master job

これは春のバッチを使用して可能ですか?

編集:ジョブの複数のステップを並行して実行するつもりはありませんが、同じ親の複数の子ジョブを並行して実行します

4

1 に答える 1