Search user task variables
POST/user-tasks/:userTaskKey/variables/search
Eventually Consistent About endpoint data consistency
Search for user task variables based on given criteria. This endpoint returns all variable
documents visible from the user task's scope, including variables from parent scopes in the
scope hierarchy. If the same variable name exists at multiple scope levels, each scope's
variable is returned as a separate result. Use the
/user-tasks/{userTaskKey}/effective-variables/search endpoint to get deduplicated variables
where the innermost scope takes precedence. By default, long variable values in the response
are truncated.
Request
Responses
- 200
- 400
- 500
The user task variables search response.
The provided data is not valid.
An internal error occurred while processing the request.