spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Provide link between steps executed in a child job and the parent job.

Open lithium147 opened this issue 3 years ago • 0 comments

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.

lithium147 avatar Aug 19 '22 00:08 lithium147