Get Local Task Variable
GET/task/:id/localVariables/:varName
Retrieves a variable from the context of a given task by id.
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.