My requirement is such that, I need to check if there is any queue item in the Orchestrator with status = New. If found then delete that

Hi,

If you have sample code to archive my requirement it will help me lot

Hey @mukesh,

This can be done.

You can see below, new items in the queue.

Now, I will run my workflow which does the below,

  1. Filter the new queue items
  2. Delete those (changing status to delete)

Output screenshot

image

You can see all the items which were new are deleted.

PFA for reference - QItemDeleted.zip (3.8 KB)

Thanks :slight_smile:

1 Like

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