Verwenden von Spring Batch, um Jobs parallel auszuführen

Ich habe einen Anwendungsfall wie folgt:

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

Ist das mit Spring Batch möglich?

BEARBEITEN: Ich möchte nicht mehrere Jobschritte in parellel ausführen. Es werden jedoch mehrere untergeordnete Jobs desselben übergeordneten Elements gleichzeitig ausgeführt

Antworten auf die Frage(1)

Ihre Antwort auf die Frage