Interview Question: types of ways to add queue items

Can anyone tell me how many ways we can add items to orchestrator queue?

4 Likes

@Vajrang .

  1. Add To Queue activity
  2. Bulk Add activity
  3. Bulk Upload in Orchestrator
1 Like

@Vajrang
Add queue item
Get queue item
set queue item

1 Like

@mushtaq_ahmed1 thank you but i have references in place but when i use bulk upload i am not able to add references how can we do that

Get queue item : we cannot add items to queues

Bulk add activity : is not available in uipath

@Vajrang Add Queue items is adding items to queue in one by one manner and Due to unique transaction we cannot add duplicate items to Queue.

And the other one is Bulk Queue Items is adding items at once’s (i.e is entire Datatable), so duplicate items are allowed.

1 Like

@khajapashamd998 set queue item will not be able add queue items to orchestrator right?

@Vajrang
add Queues items
Bulk Add Queue items

1 Like

@Vajrang I think you need to include the predefined columns in your input Data specifying the desired priority, reference or deadline for each item as described in column mappings.

1 Like

Add queue item & bulk add queue items are the activities to add items.

1 Like

@Vajrang It’s add queue items activity.

1 Like

Hi @srinivas_nalla
I am not able to understand

@Vajrang

  1. Add queue item
    Create queue item with new state
    Will upload only one item
    2.Bulk upload queue items
    Create queue item with new state
    Can upload multiple items
    We will be able to add references when there is a column name “reference” and update all uniqueids for every row. And references need not be unique if queue is not set for unique items
1 Like

@Vajrang
1.Add queue item
Create queue item with new state
Will upload only one item

2.Bulk upload queue items
Create queue item with new state
Can upload multiple items
We will be able to add references when there is a column name “reference” and update all uniqueids for every row. And references need not be unique if queue is not set for unique items
3.Add transaction item
Create queue item with inprogress state
Can upload only one item
4.Upload queue items directly from orchestrator
Create table in excel excel
Can upload multiple items
We will be able to add references when there is a column name “reference” and
update all uniqueids for every row. And references need not be unique if queue
is not set for unique items

1 Like

Add transaction item

  1. Upload queue items directly from orchestrator
1 Like

@vajrang
Add queue item will add single item whereas bulk add queue items will add more than one item

1 Like

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