📜  uipath 队列项目优先级 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:03.204000             🧑  作者: Mango

代码示例1
==UiPath Queue Processing Order==
Within any given queue the transactions are processed in a hierarchical manner,
according to this order:

1. Items that have a Deadline
    a. in order of Priority
    b. according to the set Deadline for items with the same Priority.
2. Items with no Deadline
    a. in order of Priority
    b. according to the FIFO rule for items with the same Priority.