Search task variables
POST/v1/tasks/:taskId/variables/search
This method returns a list of task variables for the specified taskId
and variableName
.
If the request body is not provided or if the variableNames
parameter in the request is empty, all variables associated with the task will be returned.
Request
Responses
- 200
- 404
On success returned.
An error is returned when the task with the taskId
is not found.