Hey,
I have 6 queues with a target batch size of 120, but at the end of the model (1 AM) I have to remove all the items from this queue or send them to a sink because at this point of the model there are no more items to complete the batch and also I can't have any items at the end.
I can't use "Max Wait Time" or Process Flow. Just have to work with triggers or variables. It does not matter the quantity of the last batch.
Thanks for your attention.