Thanks for your Reply.
Could please tell me, is there any way to create flows dynamically in spring batch?
Type: Posts; User: sisir kumar; Keyword(s):
Thanks for your Reply.
Could please tell me, is there any way to create flows dynamically in spring batch?
In my project, i have a requirement like this.
I am retrieving a certain no of records from database and partitioning into that many no of steps. and keeping each step within a flow.
Now my job is...