spring-batch
spring-batch copied to clipboard
Provide link between steps executed in a child job and the parent job.
When a job is executed by a JobStep, there doesn't seem a way to see the steps that were executed in the child job from the parent job. And there doesn't seem to be any linkage in the data base from the child step executions to the parent job. From the parent job, can see it had a step execution of the child job. And from the child job, can see the step executions. But there is no link from the jobStep execution to the child job execution.
As a work around, it might be possible to use a listener to add the appropriate id's to the execution context.