I'm passing property in Run Configuration during job execution. how to get job properties in the processor through job context in JSR . Is there is any other way to get the property in processor ?
Asked
Active
Viewed 347 times
1 Answers
0
If your job is related to Spring Batch, then you can get job parameters as well as system properties using getJobParameters() and getSystemProperties() methods in JobContext. Below is the reference for Spring Batch Job Context API Doc

user3556835
- 1
- 1
- 2