Inbound File batch process

Code

InboundFileBatchProcess

Categories

UIRunnable, Schedulable

Implementation

Batch process

Stoppable

No (single phase process)

Schedule

Not scheduled

Class

InboundFileBatchProcess.java

The Inbound File batch process loads inbound files from the specified directory and creates records in the database. Groups of records are split into chunks that are then processed by InboundChunkWorkQueue. See Inbound Chunk work queue.