Skip to content

Commit cb89b36

Browse files
committed
Update DIRECT_Functional_Design.md
1 parent 435316a commit cb89b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

000_Documentation/DIRECT_Functional_Design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ By default, a Module is configured to check if there are earlier erroneous runs
112112

113113
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.
114114

115-
This process can be overridden by setting the Processing Indicator of the Batch Instance to 'R' (rollback). If this value is set, the Batch Instance will rerun all Modules defined within the Batch.
115+
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

117117
At runtime, information about earlier failed instances is presented as arrays of the relevant Batch and Module Instance Identifiers. The type of recovery depends on the type of data model but typically leads to DELETE and UPDATE statements on one or more tables. This specifies that ETL should be able to be rerun and recovery failed attempts.
118118

0 commit comments

Comments
 (0)