Skip to content

Instantly share code, notes, and snippets.

@vguhesan
Created June 1, 2018 18:12
Show Gist options
  • Save vguhesan/ae2ea0a3c7ef62a120e1d64b9b8ddeab to your computer and use it in GitHub Desktop.
Save vguhesan/ae2ea0a3c7ef62a120e1d64b9b8ddeab to your computer and use it in GitHub Desktop.
Process is optional
It should be noted that in the opening section above, the 'PROCESS' is optional (not required). Therefore, a Step can be equal to '1 Step = 1 READ-PROCESS-WRITE or 1 READ-WRITE or 1 Task let'. This is described in the Spring Batch documentation section '5.1.1 Configuring a Step' (towards the end of that section - Google Short Link: https://goo.gl/1SJhtH )
1 Job = Many Steps.
1 Step = 1 READ-PROCESS-WRITE or 1 READ-WRITE or 1 Task let
Job = {Step 1 -> Step 2 -> Step 3} (Chained together)
Keep up the great work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment