Skip to content
Discussion options

You must be logged in to vote

But all the JobExecutions should have exactly the same JobParameters right? At least if they are identifying.

That's correct. All job executions of a given job instance have the same identifying job parameters, but can have different non-identifying parameters. That's why there is no job parameters attached to a given instance, you need to get at least one of the executions and extract identifying job parameters for it.

// TODO: what about job executions with state UNKNOWN? Wait for spring batch 6 or do manual recovery?

It is not possible to restart a job execution in an "UNKNOWN" status, even with Spring Batch 6 (see

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Walnussbaer
Comment options

Answer selected by Walnussbaer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants