Part 3 Adding a branch for archiving

A process that archives invoices would up to a certain point do exactly the same as the process that prints the invoices. So instead of creating a whole new process, you can create a branch in the print process.

Like said, the All in One can be configured to carry out just the two first tasks: extract data and create print content items. If we do that, the main process needs a Create Job task that groups the invoices, and a Create Output task that separates the output. The branch needs to have the same tasks, but with a different Job Preset and Output Preset.

We will adjust the main process before we add the branch.