TaskVariables
Filter task by Variables
- Schema
- Example value
{
"name": string,
"value": string,
"operator": Operator
}
{
"name": "variableName",
"value": "\"variable_value\"",
"operator": "eq"
}
Fields
TaskVariables.name
● string
non-null
The name of the variable
TaskVariables.value
● string
non-null
The value of the variable. When specifying the variable value, it's crucial to maintain consistency with JSON values (serialization for the complex objects such as list) and ensure that strings remain appropriately formatted.
TaskVariables.operator
● Operator
non-null enum
Define the search operator to use for the variable
Member of
TaskSearchRequest
object