Transactions are moving In Progress state instead of New state in Uipath Orchestartor

Hello Team,

While adding queue items (Transactions) it is automatically moving to In progress state instead of New State. Need your assistance to resolve this issue ASAP.

Thanks in advance.

Hi @Venakat

There are three activities to add items to the Queue
image

Add Queue Item - adds the item to the queue and sets the status of the item to “new”
Add Transaction Item - adds the item to the queue and sets the status of the item to “In Progress”. This activity also returned the added item as an output queueitem which can be directly passed in for processing
Bulk add queue item - adds all items in one go through a datatable.

So by this, I assume you have used the Add Transaction Item and that’s why it is showing the in progress status. So use the Add Queue Item and it will be all good :slight_smile:

2 Likes