Add Test Data Queue Item
UiPath.Testing.Activities.AddTestDataQueueItem
Description
Adds a DataRow to a specified TestDataQueue. Unlike Add Queue Item, you can add this activity as a container, then drag any activity with an output parameter inside of it. Your activities will be added one by one to the DataRow, and subsequently to the queue, so you don't have to store them in a DataTable.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Windows - Legacy configuration
Designer panel
- QueueName - The queue where the QueueItem object is added. The name is not case sensitive. For example, if you have defined your queue as
MyFirstQueuein Orchestrator, it matchesmyfirstqueue. The maximum number of characters is 50.
Properties panel
Common
- DisplayName - The display name of the activity.
- TimeoutMS - 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).
Input
- Items - a collection of arguments to be passed as test queue data items. This field supports
Dictionary<String,Argument>objects only. - QueueName - The queue where the QueueItem object is added. The name is not case sensitive. For example, if you have defined your queue as
MyFirstQueuein Orchestrator, it matchesmyfirstqueue. The maximum number of characters is 50.
Misc
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (
True,False). The default value isFalse. As a result, if the field is blank and an error is thrown, execution stops. If the value is set toTrue, the execution of the project continues regardless of any error. - Folder Path - the path to the Orchestrator folder where the Test Data queue is located.
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Windows, Cross-platform configuration
- Folder Path - The path of the folder where the specified test data queue is located, if different from the folder where the process is running. This field only supports string values, with
/as the separator to indicate subfolders. For example "Testing/Automated Testing". - QueueName - The queue where the QueueItem object is added. The name is not case sensitive. For example, if you have defined your queue as
MyFirstQueuein Orchestrator, it matchesmyfirstqueue. The maximum number of characters is 50. - Items - a collection of arguments to be passed as test queue data items. This field supports
Dictionary<String,Argument>objects only.
Advanced options
Misc
- TimeoutMS - 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).
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (
True,False). The default value isFalse. As a result, if the field is blank and an error is thrown, execution stops. If the value is set toTrue, the execution of the project continues regardless of any error.