activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
工作流活动
Last updated 2024年10月31日

AddTestDataQueueItem

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

定义

命名空间: 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)
队列名称 字符串
要添加队列项目对象的队列。 名称不区分大小写。 例如,如果您在 Orchestrator 中将队列定义为 MyFirstQueue ,则它与 myfirstqueue匹配。 最大字符数为 50。
项目信息 字典<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)
队列名称 字符串
要添加队列项目对象的队列。 名称不区分大小写。 例如,如果您在 Orchestrator 中将队列定义为 MyFirstQueue ,则它与 myfirstqueue匹配。 最大字符数为 50。
项目信息 字典<String, Object>
要作为测试队列数据项传递的参数集合。
文件夹路径 字符串
测试数据队列所在的 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)
队列名称 字符串
要添加队列项目对象的队列。 名称不区分大小写。 例如,如果您在 Orchestrator 中将队列定义为 MyFirstQueue ,则它与 myfirstqueue匹配。 最大字符数为 50。
项目信息 字典<String, Object>
要作为测试队列数据项传递的参数集合。
文件夹路径 字符串
测试数据队列所在的 Orchestrator 文件夹的路径。
超时 (毫秒) Int32
指定等待时间 (以毫秒为单位)。如果超出该时间活动未运行,就会引发错误。默认值为 30000 毫秒 (30 秒)。

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。