Guest User

Untitled

a guest
Feb 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. currentStep.registerStepExecutionListener(new StepExecutionListener() {
  2. @Override
  3. public void beforeStep(StepExecution stepExecution) {}
  4.  
  5. @Override
  6. public ExitStatus afterStep(StepExecution stepExecution) {
  7. nextStep.setParameter(stepExecution.getExecutionContext().getString(param)
  8. return ExitStatus.COMPLETED;
  9. }
  10. });
Add Comment
Please, Sign In to add comment