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
- EmployeeID2
- EmployeeID3
- EmployeeID4
- EmployeeID8
- EmployeeID7
- EmployeeID5
- EmployeeID6
- EmployeeID1
- 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