Hey,
I have a job with only one step that reads lines from a file, processes them and writes in a database. The problem is that some lines may be appended to the end of the file by an external component. So, when the reader gets null, I want to pause the step and polls the file every X seconds to check if new lines have been added
I've read about the possibility to pause a step at the end, but not to resume this same step.
Thanks for your help


Reply With Quote
