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?
@Anil_G please explain in detail. I didn’t get.
How to mark as consumed after processing the test data queue item
Open get test data queue item properties you will find the option
Hope this is clear
cheers
@Anil_G that option is not available in get test data queue items activity
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.