Activities
latest
false
Banner background image
Workflow Activities
Last updated Apr 22, 2024

BulkAddTestDataQueueItems

Add a data table to a specified test data queue.

Definition

Namespace: UiPath.Testing.API

Assembly: UiPath.Testing.Activities.Api (in UiPath.Testing.Activities.Api.dll)

Overloads

  
BulkAddTestDataQueueItems(String, DataTable)Adds a data table to a specified test data queue.
BulkAddTestDataQueueItems(String, DataTable, String)Adds a data table to a specified test data queue, from a certain Orchestrator folder.
BulkAddTestDataQueueItems(String, DataTable, String, Int32)Adds a data table to a specified test data queue, from a certain Orchestrator folder, and with TimeoutMS configured.

BulkAddTestDataQueueItems(String, DataTable)

Adds a data table to a specified test data queue.

void BulkAddTestDataQueueItems(
	string queueName,
	DataTable queueItemsDataTable
)void BulkAddTestDataQueueItems(
	string queueName,
	DataTable queueItemsDataTable
)
queueName String
The queue where the QueueItem object is added. The name is not case sensitive. For example, if you have defined your queue as MyFirstQueue in Orchestrator, it matches myfirstqueue. The maximum number of characters is 50.
queueItemsDataTable DataTable
The information extracted from the indicated web page.

BulkAddTestDataQueueItems(String, DataTable, String)

Adds a data table to a specified test data queue, from a certain Orchestrator folder.

void BulkAddTestDataQueueItems(
	string queueName,
	DataTable queueItemsDataTable,
	string folderPath
)void BulkAddTestDataQueueItems(
	string queueName,
	DataTable queueItemsDataTable,
	string folderPath
)
queueName String
The queue where the QueueItem object is added. The name is not case sensitive. For example, if you have defined your queue as MyFirstQueue in Orchestrator, it matches myfirstqueue. The maximum number of characters is 50.
queueItemsDataTable DataTable
The information extracted from the indicated web page.
folderPath String
The path of the folder where the specified test data queue is located, if different from the folder where the process is running. Use / as the separator to indicate subfolders. For example "Testing/Automated Testing".

BulkAddTestDataQueueItems(String, DataTable, String, Int32)

Adds a data table to a specified test data queue, from a certain Orchestrator folder, and with TimeoutMS configured.
void BulkAddTestDataQueueItems(
	string queueName,
	DataTable queueItemsDataTable,
	string folderPath,
	int timeoutMs
)void BulkAddTestDataQueueItems(
	string queueName,
	DataTable queueItemsDataTable,
	string folderPath,
	int timeoutMs
)
queueName String
The queue where the QueueItem object is added. The name is not case sensitive. For example, if you have defined your queue as MyFirstQueue in Orchestrator, it matches myfirstqueue. The maximum number of characters is 50.
queueItemsDataTable DataTable
The information extracted from the indicated web page.
folderPath String
The path of the folder where the specified test data queue is located, if different from the folder where the process is running. Use / as the separator to indicate subfolders. For example "Testing/Automated Testing".
timeoutMs Int32
Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.