在达到100个队列项目计数后,即使已设置了分页值,BOT也不会获取uipath协调器队列项目

问题描述

我正在尝试更改大于100的队列项目的状态。但是,一旦读取100个项目,即使分页值(跳过)已设置为100,BOT也不会拾取其余队列项目。在这里,我添加了所有图像以获取更多信息。

注意:我已使用RE-Framework构建代码

This image shows how the properties set for Get Queue Item activity

This image shows how the status needs to be changed based on the given logic. The status can be changed either into 'Success' or 'Failed'

This image shows how the pagination (skip) value will be incremented

解决方法

我遇到了同样的问题

似乎有一个使用索引的解决方案(下面的链接) 和增量是当 100 个项目被命中

获取队列项目 100 条记录限制

forum.uipath.com/t/get-queue-items-100-record-limit/73676