I have stored 10000 records in the dbtable (Stored in database) called(InvokerTable) and i have to push them into the orchestrator queue. Since there are 10000 records i am using add bulk queue items to push… but i need to split the items into two i.e first 5000 item in a one go and another 5000 in another go. I need to loop this one by one…