How to set test data queue item as 'is consumed'

Hi forum,
I’m using test data queue in testing folder from orchestrator. After processing test data queue item I need to set the item as consumed. How can I do this?

@Nisha_K21

in get activity properties itself you will have that option to mark consumed

cheers

@Anil_G please explain in detail. I didn’t get.
How to mark as consumed after processing the test data queue item

@Nisha_K21

Open get test data queue item properties you will find the option

The image shows a panel within the UiPath Studio interface, specifically for configuring the input options of the "GetTestDataQueueItem" activity, with the "Mark Consumed" option turned on. (Captioned by AI)

Hope this is clear

cheers

@Anil_G that option is not available in get test data queue items activity

@Nisha_K21

the second screenshot above is the activity itself and I have highlighted the option as well

Mark consumed toggle button on and off

cheers

Hi @Nisha_K21
If you are using “get test data queue item” activity on the properties panel you have the option as “Mark Consumed”. It will mark as consumed once it picks that item.
and if you are using “get test data queue items” activity there is no option like mark as consume. because this activity gets all items from specified queue.

Thanks.

1 Like