InterviewSolution
Saved Bookmarks
| 1. |
How Do You Update The Jobdatamap Between Execution Of Jobs? |
|
Answer» USE the PersistJobDataAfterExecution ANNOTATION to update the data in JobDataMap after the JOB executes SUCCESSFULLY. Use the PersistJobDataAfterExecution annotation to update the data in JobDataMap after the job executes successfully. |
|