Skip to content

Commit 6fc108a

Browse files
committed
Update DIRECT_Functional_Design.md
1 parent cb89b36 commit 6fc108a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

000_Documentation/DIRECT_Functional_Design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ When processing errors occur (a data integration process fails), relevant inform
108108

109109
This 'rollback' can be configured at both Batch and Module level.
110110

111-
By default, a Module is configured to check if there are earlier erroneous runs upon execution. If this is the case, for example when the previous Module Instance for the Module has an Execution Status Code set to 'F', the running Module Instance will roll back any data associated with these earlier erroneous instances.
111+
By default, a Module is configured to check if there are earlier erroneous runs upon execution. If this is the case, for example when the previous Module Instance for the Module has an Execution Status Code set to 'F', the *running* Module Instance will roll back any data associated with these earlier erroneous instances.
112112

113-
Similarly, in the standard configuration a Batch will also look into previous Batch Instances to see if failures have occurred. However, the Batch does not instigate a rollback directly. Rather, the Batch Instance will skip any earlier successfully completed Module Instances and retry the failed Module Instance.
113+
Similarly, in the standard configuration a Batch will also look into previous Batch Instances to see if failures have occurred. However, the Batch does not instigate a rollback directly. Rather, the Batch Instance will skip any earlier successfully completed Module Instances and retry the failed Module Instance(s).
114114

115115
This process can be overridden by setting the Next Run Indicator of the Batch Instance to 'R' (rollback). If this value is set, the Batch Instance will rerun all Modules defined within the Batch.
116116

0 commit comments

Comments
 (0)