活动
最新
False
横幅背景图像
工作流活动
上次更新日期 2024年4月22日

添加测试数据队列项目

将数据行添加到指定的测试数据队列。

定义

命名空间: UiPath.Testing.API

程序集: UiPath.Testing.Activities.Api(在 UiPath.Testing.Activities.Api.dll 中)

重载

  
AddTestDataQueueItem(String, Dictionary<String, Object>)将数据行添加到测试数据队列。
AddTestDataQueueItem(String, Dictionary<String, Object, String>)将特定 Orchestrator 文件夹中的数据行添加到“测试数据队列”。
AddTestDataQueueItem(String, Dictionary<String, Object, String, Int32>)将数据行从特定 Orchestrator 文件夹添加到“测试数据队列”,并配置 TimeoutMS

AddTestDataQueueItem(String, Dictionary<String, Object>)

将数据行添加到测试数据队列。

void AddTestDataQueueItem(
	string queueName,
	Dictionary<string, Object> itemInformation
)void AddTestDataQueueItem(
	string queueName,
	Dictionary<string, Object> itemInformation
)
queueName 字符串
要添加队列项目对象的队列。 名称不区分大小写。 例如,如果您在 Orchestrator 中将队列定义为 MyFirstQueue ,则它与 myfirstqueue匹配。 最大字符数为 50。
itemInformation Dictionary<String, Object>
要作为测试队列数据项传递的参数集合。

AddTestDataQueueItem(String, Dictionary<String, Object, String>)

将特定 Orchestrator 文件夹中的数据行添加到“测试数据队列”。

void AddTestDataQueueItem(
	string queueName,
	Dictionary<string, Object> itemInformation,
	string folderPath
)void AddTestDataQueueItem(
	string queueName,
	Dictionary<string, Object> itemInformation,
	string folderPath
)
queueName 字符串
要添加队列项目对象的队列。 名称不区分大小写。 例如,如果您在 Orchestrator 中将队列定义为 MyFirstQueue ,则它与 myfirstqueue匹配。 最大字符数为 50。
itemInformation Dictionary<String, Object>
要作为测试队列数据项传递的参数集合。
folderPath 字符串
测试数据队列所在的 Orchestrator 文件夹的路径。

AddTestDataQueueItem(String, Dictionary<String, Object, String, Int32>)

将数据行从特定 Orchestrator 文件夹添加到“测试数据队列”,并配置 TimeoutMS
void AddTestDataQueueItem(
	string queueName,
	Dictionary<string, Object> itemInformation,
	string folderPath,
	int timeoutMs
)void AddTestDataQueueItem(
	string queueName,
	Dictionary<string, Object> itemInformation,
	string folderPath,
	int timeoutMs
)
queueName 字符串
要添加队列项目对象的队列。 名称不区分大小写。 例如,如果您在 Orchestrator 中将队列定义为 MyFirstQueue ,则它与 myfirstqueue匹配。 最大字符数为 50。
itemInformation Dictionary<String, Object>
要作为测试队列数据项传递的参数集合。
folderPath 字符串
测试数据队列所在的 Orchestrator 文件夹的路径。
timeoutMs Int32
指定等待时间 (以毫秒为单位)。如果超出该时间活动未运行,就会引发错误。默认值为 30000 毫秒 (30 秒)。

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.