Checking for batch processing errors and reprocessing failed cases
After you run periodic data matching or annual renewal batch processes, you must identify any batch processing errors and reprocess any failed cases. Reprocessing and following up on failed cases is a custom development task
About this task
You can use the PDMRunCaseControlManager API to help you with tasks related to the following 4 main error processing scenarios. Typically, you can complete these tasks by implementing a custom batch or batch-streaming process.
- Capturing a list of cases that failed to process for reporting purposes.
- Reviewing the reasons for technical case processing failures.
- Resetting cases that failed for technical reasons so they can be reprocessed when the issues are resolved.
- Listing the cases that failed for a business reason to follow up with a caseworker.
For more information about the PDMRunCaseControlManager API, see the Javadoc for the API.
The procedure for implementing a batch-streaming process involves 2 main steps:
- Determining the list of cases to review.
- Determining what work you need to do on each case.