Queue processing. With deadline sequence

Hi
I facing challenge to process queue item how it process please help me with correct order of processing

Hi @Aleem_Khan

Check the below screenshot

For more information check the below youtube video

Below is the order of queue it will be processed

  1. EmployeeID2
  2. EmployeeID3
  3. EmployeeID4
  4. EmployeeID8
  5. EmployeeID7
  6. EmployeeID5
  7. EmployeeID6
  8. EmployeeID1
  9. EmployeeID9

Hope it helps!!

1 Like

Hi @Aleem_Khan

First, items are sorted by the Deadline date (earliest first).

Then by Priority (High > Normal > Low).

If Deadline or Priority are missing or invalid, those items come last.

Queue Item Order
EmployeelD2 1st
EmployeelD4 2nd
EmployeelD8 3rd
EmployeelD7 4th
EmployeelD3 5th
EmployeelD5 6th
EmployeelD6 7th
EmployeelD1 8th
EmployeelD9 9th

Happy Automation