Get List (POST)
POST/task
Queries for tasks that fulfill a given filter. This method is slightly more powerful
than the Get Tasks method because it
allows filtering by multiple process or task variables of types String, Number
or Boolean. The size of the result set can be retrieved by using the
Get Task Count (POST) method.
Security Consideration:
There are several parameters (such as assigneeExpression) for specifying an EL
expression. These are disabled by default to prevent remote code execution. See the
section on
security considerations for custom code
in the user guide for details.
Request
Responses
- 200
- 400
Request successful.
Returned if some of the query parameters are invalid, for example if a sortOrder
parameter is supplied, but no sortBy, or if an invalid operator for variable
comparison is used. See the
Introduction
for the error response format.