Provide link between steps executed in a child job and the parent job. #4177
Labels
in: core
status: need-help-to-reproduce
Issues that we welcome the community to help us reproduce
status: waiting-for-reporter
Issues for which we are waiting for feedback from the reporter
type: feature
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.
The text was updated successfully, but these errors were encountered: