Add Transaction Item - InProgress

Hi Friends,

Need help on Add Transaction Item Activity, It will add the item in the Queue directly as InProgess, how the Bot will pick this Item for processing Since its in InProgess state not in New stat please clarify me anyone.

@Manii_K

Welcome to the community

It ia used when we dont need to pick the item …if you see it has an output variable which will be your transactionitem…so basically you use it when the transaction is being processed immediately

Cheers

Thanks @Anil_G for your quick reply

1 Like

Hi @Manii_K ,

You can use Set Transaction Progress activity to set customized statuses using string variable. Attaching the official documentation.

In UiPath Queues we have below states,

New - when an item is added into the queue
Successful - when an item is completed successfully
Failed- when an item fails with business/application exception
Retried - when an item is retried by the bot
In progress - when an item is being processed by the bot
Abandoned - when an item is in " In Progress " state for more than 24 hours.

Hope you have got the clarity you are looking for.

Happy automating.!!

Once you get clarity or an answer you are looking for please close the thread by marking solution to the respective response.

Thanks,
Gautham.

@Manii_K its already picked up…

add transaction item activity is combination of 2 steps

  1. create a queue item (status = new)
  2. get the same queue item to your output variable (remember getting queue item will change status from new → processing)

hence the status = processing

Thanks @Gautham_Pattabiraman and @jack.chan

1 Like

Hi @Manii_K ,

My pleasure being of help.

Please mark the response that helped you out as solution for closing the thread and in future if anybody wants answer for similar problem they face.

Cheers.!

Thanks,
Gautham.