I have fifteen job configuration in my spring batch project. The jobs are been called from different source. That means I do not have control over the call.
Ten out of fifteen job perform the same task, therefore I want to create a single configuration file and execute all the ten jobs.
My question is :
Is it possible to dynamically change the job name in the configuration file.