Hi
I have a job with two steps
First step reads data and writes it to a xml file
Second step is a service call from Tasklet which if fails, I need to clear the xml file of Step 1
Any suggestions.
Hi
I have a job with two steps
First step reads data and writes it to a xml file
Second step is a service call from Tasklet which if fails, I need to clear the xml file of Step 1
Any suggestions.
Can't you just catch exceptions in your Tasklet and delete the file?