Hi,
I have the problem that I need to stop a job gracefully on some business condition, for instance pre checks fail and the remaining part of the job should not be executed.
I have tried two...
Type: Posts; User: grossh; Keyword(s):
Hi,
I have the problem that I need to stop a job gracefully on some business condition, for instance pre checks fail and the remaining part of the job should not be executed.
I have tried two...
Hi,
this feature would be very useful for us too.
Because I could not find a JIRA entry for this, I have created one.
http://jira.springframework.org/browse/BATCH-1531
thanks Harald
Hi,
thanks. I've opend a Jira. Its id is BATCH-1510
http://jira.springframework.org/browse/BATCH-1510
Harald
Hi,
I'm trying to calculate the progress of a job. Therefore I request the step names from a FlowJob. If all steps are defined directly within the flow, everything is ok.
But if I define nested...
Thanks Dave,
with the integration test you provided I could identify the problem.
If the first step of a job has the property "allowStartIfComplete" set to true the resume processing does not work....
Thank you, I will give your integration test a closer look and compare the behaviour here with those within my job.
I set the status of the step to ABANDONED. I get the same message ("Step already complete or not restartable, so no action to execute") as if it is completed, but the specified restart step is not...
Hi,
I've a problem with restarting a job, which was stopped via "<stop on..."
All steps are tasklet steps.
The job is stopped correctly on the specified condition, but when I restart the job the...