cancel
Showing results for 
Search instead for 
Did you mean: 

how to get all items in queue

sumire
Level 8
Hi

please let me know how to get all items in queue.

ex:

item     tag
-------+---------------
item1   completed
item2   completed
item3   exception
item4
item5
item6

when item3 processed, I order "stop" from controll room.
and I want to get all item in queue and its status and tag to collection.
but I do "get next item", I get item4.

anyone please help me
thanks

------------------------------
Mitsuko
------------------------------
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
2 REPLIES 2

Vamshi_KrishnaD
Level 5
​Hi

We can use the Get Report Data, Get Item Data

We need to get the key Data for the item, tags data for staus


------------------------------
Vamshi Krishna Dasa
System Architect
Fujitsu
Asia/Kolkata
------------------------------
VamshiKrihsna Dasa System Architect Fujitsu India Consulting Pvt. Ltd.

Thank you Vamshi
I already got Item IDs in collection, so I used 'Get Item Data', and I got item1-3, then I used 'Get Pending Items' to get remaining items and got item4-6.

------------------------------
Mitsuko
------------------------------
------------------------------
Mitsuko
Asia/Tokyo
------------------------------