I have to building reframework workflow so in dispatcher I have added data to queue.
And in performer it take one by one data from queue. So in my process I have to do some send communication, validate task,close case
So I have run the boat today it means Wednesday so it pick data from queue and it doing some send communication part after that it going to validate task and close case so in that we have to pick up the previous day data it means Tuesday data and doing validate task and close the case
So confusion is that every time bot run then it pick up new data item from queue right so send communication part is done but when it goes to validate the task and close case so we have to take previous day data from queue. So how can I do.
Right now I am using switch I have given 3 cases there but every time it goes to send communication part and mark sucessful status in a queue.
So my question is that is there any option after communication part done what we have to do so it take previous day data
We have to validate the task after 24 hrs.
