When to use activities of queue

Hi community,

Could someone explain the significance of using the activities related to queue and when it is necessary to use them? My current understanding is that
1.using “add queue items” to make data available on Orchestrator
2. using “get transaction items” to get the desired data

But why is it necessary to do in this way? Can I just store and extract the data in Excel sheets, which is more intuitive?

Thanks in advance!

when you use Queue then for every queue item transaction you can get or change the status of the transaction item to Failed or Successful

1 Like

@Qi_Wu

Queue is a best practice where you can get the information when you are using UnAttended Bots and know their information

If you have more data to process, then if your client ask to separate the Failed and Successful report then you can easily get that report from the orchestrator

You can store in Excel also, but you need to build your own logic, which will takes more time than Queue implement

Mark as solution if this helps

Thanks

1 Like

Thanks for the answer. Really appreciate!

1 Like

Thank you so much for the detailed explanation! I have a clearer picture of it now.

1 Like

@Qi_Wu

Nice

Mark as solution if helps

Thanks

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