Complete document processing
Overview
The complete document processing is composed of the following jobs:
- XML to PDF conversion
- Supplemental CSV processing
- Document packaging
Trigger
The following parameters are mandatory when triggering this job:
| Job | Parameter | Description |
|---|---|---|
| XML to PDF | Chunk Size | Defines how many records or items are processed per batch during execution. |
| XML to PDF | Input Path | Directory location where the system reads or retrieves the source files. |
| XML to PDF | Output Path | Folder where processed or generated output files will be saved. |
| XML to PDF | Archive Path | Main directory where completed or processed files are stored for long-term retention. |
| XML to PDF | Error Path PDF | Directory where PDF files that encountered errors during processing are saved. |
| XML to PDF | Error Path XML | Directory where XML files that failed processing are stored. |
| XML to PDF | Archive Path XML | Specific archive directory for storing processed XML output files. |
| Supplemental | Chunk Size | Defines how many records or items are processed per batch during execution. |
| Supplemental | Input Path | Directory location where the system reads or retrieves the source CSV files. |
| Supplemental | Output Path | Folder where processed or generated output files will be saved. |
| Supplemental | Archive Path | Main directory where completed or processed files are stored for long-term retention. |
| Supplemental | Error Path | Directory where files that failed processing are stored. |
| Supplemental | Manifest Path | Location where the system writes or stores the manifest file summarizing processed supplemental data. |
Control Flags
The following controls are available:
| Control | Description |
|---|---|
| Notification Email | Email address that will receive status updates or alerts after processing. |
| Move to Archive After Success | Automatically moves successfully processed files to the archive folder. |
| Move to Error on Failure | Sends files that fail processing to the designated error directory. |
| Create Manifest | Generates a manifest file summarizing the details of the processed batch. |
| Auto Approve | Automatically approves the process or output without requiring manual validation. |