Created
June 1, 2018 18:12
-
-
Save vguhesan/ae2ea0a3c7ef62a120e1d64b9b8ddeab to your computer and use it in GitHub Desktop.
Process is optional
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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