Hey everyone,
I'm trying to do one of the lasts things to finally finish this project.
I added a new Queue called "BagagensDePartida2" next to the one that already existed and i'm trying to do one thing:
In the exact time i create the objects, i create in the Queue1 (also new), i'm trying to immediately move the objects to one the others Queues.
I have a schedule source that has 30 entries of objects in different times and in this event source i want to push to a list but i'm facing this problem on how to do it.
I want the process flow to check if there's already objects on the BagagensDePartida and if it has, the object should move to BagagensDePartida2, but only the ones that just came out.
I thought on the decide condition, but if i put something to check if there's bags on "BagagensDePartida" move to the another one it will move because it will check immediately after putting them in there so it always are.
I also thought about assign labels (with a "flag" going 0 and 1) but the systems would always send it to the first value i assign it...
Any way to do this?
Thanks, Miguel Pereira.