|
This component determines the treatment of various file types on the basis of whether or not they were processed successfully or unsuccessfully. It reduces computing requirements by capturing the processed files into a directory and rerouting them into multiple destinations. This component is a must-have when expensive and repetitive CPU-intensive tasks should be eliminated.
"Process once and store many times" is the best description of the file options process (filter).Once a process fails, the rejected files can be sent into a reject folder so that those files can be reviewed for errors or kept to rerun.
|