Switching to a process model thousands of elements.

Hi, I'm working on a robotic process that switches to a process model one json that contains a list that could have more than 1000 elements. We now know that a process model can cycle for a maximum of 1000 on the same node. In this case, what should you do?
A process model that divides list into packs of 1000 elements and starts a process model instance for each stack of 1000 elements?
Or is there a better way to put the items to be processed by the process model in a queue or other?
Thanks.

  Discussion posts and replies are publicly visible