Task Result Collection

A complex data type that stores the results of one or more tasks. This type also provides a list of user actions that were selected to complete the tasks.

  • Assign Multiple Tasks operations store the results of the tasks that it generates in Task Result Collection values. Task Result Collection variables are used to configure the Output properties of Assign Multiple Tasks operation operations.

  • The results of Assign Task operations can also be stored in Task Result Collection values. Task Result Collection variables are used to configure the Task Result Collection property of Assign Task operation operations.

For information about data that can be accessed using Xpath Expressions, see Data items .

Data items

size

An int value that represents the number of Task Result values that are stored in the Task Result Collection value.

taskResults

A list of Task Result values.

userActions

A list of string values that represent the names of the user actions that were presented to users for completing the tasks.

// Ethnio survey code removed