Get Task Variable
GET/task/:id/variables/:varName
Retrieves a variable from the context of a given task. The variable must be visible from the task. It is visible from the task if it is a local task variable or declared in a parent scope of the task. See documentation on visiblity of variables.
Request
Responses
- 200
- 404
- 500
Request successful.
Variable with given id does not exist. See the Introduction for the error response format.
Task id is null or does not exist. See the
Introduction
for the error response format.