Spring XD Job runs on Job Deployment -


i have spring batch job tasklet step , run when deploy job spring xd. want job run when launch job. default behavior or messed up?

<batch:job id='firstjob' restartable="false">     <batch:step id="mydao">         <batch:tasklet ref="mydaotasklet" />         <batch:next on="no_record" to="jobfinish" />         <batch:next on="*" to="nextstep" />     </batch:step> 


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -