How to change status of queue item from new to in progress?

How to change status of queue item from new to in progress?

Is it possible to do on my workflow? and not using re framework?

TIA

@joscares

You can use Get Transaction Item activity and it will change the status from New to In Progress

Get Transaction Item (uipath.com)

Thanks
John

Yeah but it randomly picks an item on queue right? Is there a way i can do that on specific item that i want?

Hi @joscares

Check out the Zip file with contain Workflow (You can play with this XAML file to check all the thing based on Status)

Just You need to update the Queue name in the Variable panel.

QueueTest.7z (43.0 KB)

Regards
Gokul

@joscares ,

Queue status will. be changed from new to in progress only if that queue item is taken for process in uipath, it can be done by using Get transaction item Activity,

If u need to change the in progress to any other status you can use Set Transaction status Activity
image

1 Like

you can use the Reference property to filter for specific item

this works tnx!

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