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

Get Test Data Queue Items

UiPath.Testing.Activites.GetTestDataQueueItems

Description

Extracts data rows from a specified TestDataQueue.

project compatibility

Windows - Legacy | Windows | Cross-platform

Windows - Legacy configuration

Designer panel
  • QueueName - The queue where the queue item fetched from. The name is not case sensitive. For example, if you have defined your test data queue as TestDataQueue in Orchestrator, it matches testdataqueue.
  • Output - Output the test data queue items. <List<TestDataQueueItem>>. Charset: Unicode.
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

  • QueueName - The queue where the queue item fetched from. The name is not case sensitive. For example, if you have defined your test data queue as TestDataQueue in Orchestrator, it matches testdataqueue.

Misc

  • 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.

Options

  • Filter ID - The ID of the queue item
  • TestDataQueueItemStatus - Filter by queue item status by selecting an option from the dropdown list:

    • All - All items regardless if they have been marked as Consumed or Un-consumed.
    • Item Consumed - Filter by test data queue items marked as Consumed.
    • Items Not Consumed - Filter by test data queue items marked as Un-consumed.Output
  • Output - Output the test data queue items. <List<TestDataQueueItem>>. Charset: Unicode.

Pagination

  • Skip - Specify the number of items to be skipped before retrieving an item. If the specified value is larger than total records, no records are fetched. This property supports values up to the length of the test data queue. Default value set to 0.
  • Top - Specifies the maximum number of test data queue items fetched out of total records. Set this only if you want a specific amount of items to be fetched.

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 queue item fetched from. The name is not case sensitive. For example, if you have defined your test data queue as TestDataQueue in Orchestrator, it matches testdataqueue.
  • Output - Output the test data queue items. <List<TestDataQueueItem>>. Charset: Unicode.
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 is False. As a result, if the field is blank and an error is thrown, the execution stops. If the value is set to True, the execution of the project continues regardless of any error.

Options

  • Filter ID - The ID of the queue item
  • TestDataQueueItemStatus - Filter by queue item status by selecting an option from the dropdown list:

    • All - All items regardless if they have been marked as Consumed or Un-consumed.
    • Item Consumed - Filter by test data queue items marked as Consumed.
    • Items Not Consumed - Filter by test data queue items marked as Un-consumed.Pagination
  • Skip - Specify the number of items to be skipped before retrieving an item. If the specified value is larger than total records, no records are fetched. This property supports values up to the length of the test data queue. Default value set to 0.
  • Top - Specifies the maximum number of test data queue items fetched out of total records. Set this only if you want a specific amount of items to be fetched.

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.