You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a job which saved the pojo to database. For each object I am saving the the unique key of the data as execution context in step. I have implemented the reader with ItemStream and using update method to store the custom execution context.
Now, When I am restarting the FAILED job instance using simpleJobOperator.restart(JOB_EXECUTION_ID), the job restarts, but it cannot get the saved custom exeuction context of previosuly FAILED step.
As a work around, I have to save the custom execution context as job execution context.