Recently on a project I was required to filter out single records from a large batch that were not required to be processed inside the business process. In this case, the vast majority of the thousands of input records would not be required in the Orchestration. Rather the load the whole document into the Orchestration or break the document up into single messages, I decided to just suppress the non...