Queue deadline and what order it is executed with an example

Description

In real time let 's consider the example, “Deadline” field using the yyyy-mm-dd format.
queue deadline pic

In what order should the Queue Items be processed by a single robot executing a Performer workflow?

Link

Date

2024-10-03

Related UiPath products

Orchestrator

So, On real time practical scenario, For example, a queue item that’s due today at 7:00 pm and has a Medium priority is processed first , before another item that has no due date and a High priority. got this UiPath academy learning

So based on the above quotes, the answer would be (consider today as 2050-01-01)
D2 - today with high priority
D4 - today with normal priority (first in table)
D8 - today with normal priority (second in table)
D7 -today with low priority
D3 - tomorrow with high priority
D5 - tomorrow with low priority
D6 - no deadline, but high priority
D1 - no deadline, but normal priority
D9- no deadline, but low priority

Also in priority go with High->Normal->low

please let me if any deviation in the above.

Happy Automation :innocent: and Learning :star_struck:!

Any Doubts, please refer @RAKESH_KUMAR_BEHERA video on explaining Queue question. Thanks!

1 Like

Hi,

Your logic is not quite correct, which is undertandable, both the documentation and training material contains mistakes on this.

The way a deadline affects the priority depends on if the deadline is in the future or in the past.
If its in the past it works the way you describe.

If the deadline is in the future, which is it in your scenario, the queue items are first prioritized on IF they have a deadline, which the ones with a deadline are a higher priority, then all High priority items with any deadline in the future come first, then medium, then low. Then none deadline items get processed.

There is a topic here from 2021 where we discuss this is great length. If this is from the academy and it accepted your answer, then please link where as I should report it as wrong.

Thanks for your concern on this. answered the above after seeing this below quotes in academy along and i too eager to learn how it works…!

Could you please post your answer to this pls along with your explanation. So that who ever opens will learn to know. Thanks in advance!!!
@Palaniyappan @Lalasa_Mulakaluri @RAKESH_KUMAR_BEHERA @mukeshkala @Rahul_Unnikrishnan @Jobin_Joy @Jon_Smith need your exptise on these pls…

What I wrote is consistent with the screenshot you shared, but I dont think it supports what you said was the priority logic.

I do think it misses out the logic for what happens if a deadline is in the past, but it doesn’t make it ‘wrong’ yet. it should be made more clear though.

1 Like

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