Thanks for Quick response DHGarrette.
If I already have few JobParameters in the JobParameters object of JobLauncher Run() method, How can I add new JobParameter at run time. I did not find any...
Type: Posts; User: harik; Keyword(s):
Thanks for Quick response DHGarrette.
If I already have few JobParameters in the JobParameters object of JobLauncher Run() method, How can I add new JobParameter at run time. I did not find any...
I want to execute my job more than once based on the input parameters. Users will pass month as Job Parameter. If they pass Jan as a month, I should repeat my job from Jan to current month as...