Search user task effective variables
POST/user-tasks/:userTaskKey/effective-variables/search
Eventually Consistent About endpoint data consistency
Search for the effective variables of a user task. This endpoint returns deduplicated variables where each variable name appears at most once. When the same variable name exists at multiple scope levels in the scope hierarchy, the value from the innermost scope (closest to the user task) takes precedence. This is useful for retrieving the actual runtime state of variables as seen by the user task. By default, long variable values in the response are truncated.
Request
Responses
- 200
- 400
- 500
The user task effective variable search result.
The provided data is not valid.
An internal error occurred while processing the request.