Change QueueItem Status

Hi All.

I have workflow called dispatcher that gets items from a database then puts those items in Orchestrator Queue.
In the next run, if that item is in the queue is still there and is “New” i want to change its status to Aborted or Delete it, if possible and re-add the same transactions (just incase data has changed)

How do i go about doing this? Looking at current UiPath activities it seems it cant be done

Thanks

Hi @sacad

check this post, might be helpful

Hello @sacad You can use delete queue activity to delete the queue data.
image

HI @sacad

Check out the sample XAML file

QueueTest.7z (43.0 KB)

Regards
Gokul