
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
0.12d
|
|
|
Remaining Estimate:
|
0.12d
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
The TaskletStep doesn't store that a job was interrupted correctly. For example, if someone implements a tasklet that returns ExitStatus.INTERUPTED, a BatchStatus of FINISHED will be returned, which is not ideal. Also, if a JobInterruptedException is thrown, a BatchStatus of FAILED will be stored, instead of STOPPED.
|
|
Description
|
The TaskletStep doesn't store that a job was interrupted correctly. For example, if someone implements a tasklet that returns ExitStatus.INTERUPTED, a BatchStatus of FINISHED will be returned, which is not ideal. Also, if a JobInterruptedException is thrown, a BatchStatus of FAILED will be stored, instead of STOPPED. |
Show » |
|