I have scenario. first bot will create a queue item with postpone as currentday+1.
for second bot , queue based trigger is getting used and it should only run when the queue item postpone time reaches.
Now bot it trigger a job every 30 mins until that queue item getting processed
@Mr.StarLord_AO
Below activity should fulfil your requirement. Just implement it in the proper place in your code.
Activities - Postpone Transaction Item (uipath.com)
if post pone the item to next day , queue based trigger should be run one job once it reaches the time . how can we do that
Let’s say your postpone time is 10:15, the next trigger is 10:30. Details you may refer to below.
Note that you can use the Queues - Unprocessed queue items check frequency (minutes) parameter to adjust the default 30-minute check interval.