I have nested jobs, main jobs calls many child job and they again call other child jobs. I am using spring batch remote partitioning to partition step execution.
If I stop main job using spring batch admin, it doesn't stop job. All jobs keep running.
It should stop all inner jobs and on restart should start inner jobs from the same place where they were stopped.
Is that because of nested jobs ? Is there limitation of nesting level ? or is that because of remote partitioning ?