Setting Multiple priorities

Hi,

I can see there are High, Medium and Low are the priorities that I can set for a transaction item. But if I have more than three types of priorities how can I achieve that?

Also I See something called set progress for a queue item. Which field can we access that data from when I retrieve an item from queue.

Hi @Babjee.Vangipurapu

There is only three priorities for Queue item if you want to give the deadline for the required Queue items you can specify the deadline in the propertise of Add queue item activity it will add the Queue item with the deadline.

For example, if you give the deadline Tomorrow and specify the priority as Low, it will execute first because the bot will pick the queue item which has deadline, then it will go to priorities.

Check the below image where you can give the deadline for the queue items,

Hope it helps!!

You can use Set Progress activity on a queue item when it’s status is InProgress. You can access that data by using the Progress field of the item.

1 Like

as mentioned above it is the Property.Progress
Keep in mind: when using the Set Progress Activity and a QueueItemVar e.g. myQueueItem

  • then the activity sets the Progress, you can see it in the Orchestrator
  • but there is no refresh on the myQueueItem Properties and myQueueItem.Progress will not reflect the latest Progress value