https://docs.spring.io/spring-batch/reference/domain.html#jobParameters
In the preceding example, where there are two instances, one for January 1st and another for January 2nd, there is really only one Job, but it has two JobParameter objects: one that was started with a job parameter of 01-01-2017 and another that was started with a parameter of 01-02-2017.
The figure doesn't show two instances of 01-01-2017 and 01-02-2017.