Schedulers

Hi,

I need to run the queue for 5 days (daily once).
we need tho check the status of item. if the item status approved so we need to close the item.
each item should check 5 days if item got approved status in first day or any day we need to stop running that item daily.
if the item did not get status approved till 5th day we need to move it as exception case.

please suggest me how to do,Thanks in advance.

Hi @pradeep_ch

Welcome back! :slight_smile:

I would suggest you to use the Orchestrator API to manage your queue items. See here for more information:
https://orchestrator.uipath.com/reference
https://orchestrator.uipath.com/v2019/reference

1 Like