Hi,
I apologize already now for a sub-par question.
My process has a collection of 6 initial rows that need to be added to the WorkQ and must be processed in the same order as they were in the collection. For simplicity's sake I gave them
Item Key values 1, 2, 3...,6. When I check the WorkQ after populating it, I see that the entries are not in the correct order, but in a random-ish almost correct order. However, the process seems be able to pick them up for processing in the correct order.
Questions:
- Can I assume the entries will be processed in the same order as the collection they came from?
- Why oh why are the WorkQ entries not in the same order as the collection...?
My assumption is that question one answers with a no, so I'll arrange for them to be put to the WorkQ with either a priority flag or with a short delay in between each entry.
Thanks in advance on any answers or comments, and sorry again for my silly question.
---------------
Happy coding!
Paul
Sweden
PS. I did search the community pages, but with a quadriljon posts titled '
Work Queue' I deemed it unlikely to find anything useful.
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)