In the attached model, there are three parts being created: A, B, and C. Batching is performed in the queues, and then the OnEndCollecting trigger sets the batch size for the combiner (this could be an issue if two batches complete at the same time). What I want is for the batch of parts (either all A's, B's, or C's) to be processed at the same time on the combiner, and then exit the combiner as separate parts. Previously we have been modeling this behavior by having 3 separate combiners that pack the items into a tote, a processor that processes the tote, and a separator to get the individual items again. Is there a way to simplify this either entirely in the 3D side, or to add a process flow that ties into the 3D model?