How to handle records in the queue which are already loaded

Hi All

We have different schedules for different inputs for a single process. But if the items are loaded into the queue in the first schedule and bot got terminated then in the next schedule the already present records get executed in this schedule which leads to wrong result.

How can we handle this as only those records should get executed which is relevant to this schedule. The older records should get erased.

You have to design a flow that bot should remove all the new transactions which was created at the last schedule using delete queue and proceed with the relevant queue data.

We have not been given the delete access of the queue items. What are the other ways to achieve the same then ?

Or else we can change the queue status for all the pending queues during next run. Like changing the status to completed.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.