Delete Test Data Queue Items
UiPath.Testing.Activities.DeleteTestDataQueueItems
Description
Delete specified test data queue items.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Windows - Legacy configuration
Designer panel
- Test Data Queue Items - List the queue items that you want to delete.
Properties panel
Common
- DisplayName - The display name of the activity.
- Timeout - 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
- Test Data Queue Items - List the queue items that you want to delete.
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, the execution stops. If the value is set toTrue, the execution of the project continues regardless of any error. - 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". - 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". - Test Data Queue Items - List the queue items that you want to delete.
Advanced options
Input
- Timeout - 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, the execution stops. If the value is set toTrue, the execution of the project continues regardless of any error.