A Post-processor is equivalent to a Job in a Runtime configuration. The Post-processor retrieves documents from a Document Broker repository, and does not include any Message configurations as the Job does.
The Post-processor is connected to input and output connectors in the same way as a runtime Job. The input connector collects the query that specifies which documents to collect from the Document Broker repository, and the Post-processor uses the query to query the Document Broker repository for documents. When the documents are collected, StreamServer can post-process the documents (sheet layout, sorting, bundling, etc.) and deliver the output via the appropriate output connector.

