Can we check in orchestrator queue whether transaction items exists or not?

Hi All,

Is there any code to check for orchestrator queue whether it has transaction items added in it before.

Thanks

Get Queue Items without filter.

If the count is 0 there are no items of any kind in the queue.

Hi!

have a view on this:

Regards,
NaNi

You can use UiPath.Core.Activities.GetQueueItems

Input

  • QueueName - The name of the queue you want to extract data from. The name has to be the same as the one in Orchestrator and needs to have the same capitalization.