id summary reporter owner description type status priority milestone component version resolution keywords cc 2071 Restart a job from the beginning if it has already been restarted in the middle Nicklas Nordborg everyone "The job execution API has support for suspending and resuming a job due to a system shutdown/restart. Jobs that has support for this sets a ""breakpoint"" for the job which is stored in the database when the system is shutting down. When the system is up and running again the job is restarted from the stored breakpoint. The problem is that the stored breakpoint is not cleared. If the user chooses to abort the job and then re-start it, it will continue from the same breakpoint instead of from the beginning. It would be better if the job re-started from the beginning. It would be even better to implement functionality for letting the user choose if the job should be restarted from the beginning or from the breakpoint. " defect closed major BASE 3.11 core fixed