Valid MCD-Level-1 Dumps shared by ExamDiscuss.com for Helping Passing MCD-Level-1 Exam! ExamDiscuss.com now offer the newest MCD-Level-1 exam dumps, the ExamDiscuss.com MCD-Level-1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MCD-Level-1 dumps with Test Engine here:
A Batch Job scope has five batch steps. An event processor throws an error in the second batch step because the input data is incomplete. What is the default behavior of the batch job after the error is thrown?
Correct Answer: A
In case of an error , batch job completes in flight steps and stops further processing. MuleSoft Doc Ref : Handling Errors During Batch Job | MuleSoft Documentation The default is all processing will stop but we can change it by Max Failed Record field. General -> Max Failed Records: Mule has three options for handling a record-level error: Finish processing, Continue processing and Continue processing until the batch job accumulates a maximum number of failed records. This behavior can be controlled by Max Failed Records. The default value is Zero which corresponds to Finish processing. The value -1, corresponds to Continue processing. The value +ve integer, corresponds to Continue processing until the batch job accumulates a maximum number of failed records