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 need to record create time of StepExecution, but I found it only has a filed startTime, though this field has been assigned value when StepExecution is created.
private volatile Date startTime = new Date(System.currentTimeMillis());
But its value will be updated when StepExecution gets started in AbstractStep.