New to Spring Batch. One of my requirement is to be able to dynamically create Job based on user choice or workflow definitions. So basically I don't know the batch XML ahead of time, just have a toolbox full of tasks that the user can arrange as needed (in sequence or potentially more complex flows). What would be the recommended way to approach this? Can I create a batch XML in memory and have it parsed as a string? Should I look into using SimpleJob or FlowJob and add TaskletStep programmatically?
Any example available?
many thanks
*K


Reply With Quote
