Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
A Historic Task instance query which defines a list of Historic Task instances
Filter by task id.
Filter by parent task id.
Filter by process instance id.
Filter by root process instance id.
Filter by process instance business key.
Filter by process instances with one of the give business keys. The keys need to be in a comma-separated list.
Filter by process instance business key that has the parameter value as a substring.
Filter by the id of the execution that executed the task.
Filter by process definition id.
Restrict to tasks that belong to a process definition with the given key.
Restrict to tasks that belong to a process definition with the given name.
Filter by case instance id.
Filter by the id of the case execution that executed the task.
Filter by case definition id.
Restrict to tasks that belong to a case definition with the given key.
Restrict to tasks that belong to a case definition with the given name.
Only include tasks which belong to one of the passed activity instance ids.
Restrict to tasks that have the given name.
Restrict to tasks that have a name with the given parameter value as substring.
Restrict to tasks that have the given description.
Restrict to tasks that have a description that has the parameter value as a substring.
Restrict to tasks that have the given key.
Restrict to tasks that have one of the passed task definition keys.
Restrict to tasks that have the given delete reason.
Restrict to tasks that have a delete reason that has the parameter value as a substring.
Restrict to tasks that the given user is assigned to.
Restrict to tasks that are assigned to users with the parameter value as a substring.
Restrict to tasks that the given user owns.
Restrict to tasks that are owned by users with the parameter value as a substring.
Restrict to tasks that have the given priority.
If set to true, restricts the query to all tasks that are assigned.
If set to true, restricts the query to all tasks that are unassigned.
Only include finished tasks. Value may only be true, as false is the default behavior.
Only include unfinished tasks. Value may only be true, as false is the default
behavior.
Only include tasks of finished processes. Value may only be true, as false is the
default behavior.
Only include tasks of unfinished processes. Value may only be true, as false is the
default behavior.
Only include tasks which have no due date. Value may only be true, as false is the
default behavior.
Filter by a list of tenant ids. A task instance must have one of the given tenant ids.
Only include historic task instances that belong to no tenant. Value may only be
true, as false is the default behavior.
Only include tasks that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows:
A valid parameter value has the form key_operator_value.
key is the variable name, operator is the comparison operator to be used
and value the variable value.
Note: Values are always treated as String objects on server side.
Valid operator values are:
eq- equal to;neq- not equal to;gt- greater than;gteq- greater than or equal to;lt- lower than;lteq- lower than or equal to;like.
key and value may not contain underscore or comma characters.
Only include tasks that belong to process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows:
A valid parameter value has the form key_operator_value.
key is the variable name, operator is the comparison operator to be used
and value the variable value.
Note: Values are always treated as String objects on server side.
Valid operator values are:
eq- equal to;neq- not equal to;gt- greater than;gteq- greater than or equal to;lt- lower than;lteq- lower than or equal to;like;notLike.
key and value may not contain underscore or comma characters.
Match the variable name provided in taskVariables and processVariables case-
insensitively. If set to true variableName and variablename are
treated as equal.
Match the variable value provided in taskVariables and processVariables case-
insensitively. If set to true variableValue and variablevalue are
treated as equal.
Restrict to tasks with a historic identity link to the given user.
Restrict to tasks with a historic identity link to the given group.
Restrict to tasks with a historic identity link to the given candidate user.
Restrict to tasks with a historic identity link to the given candidate group.
Only include tasks which have a candidate group. Value may only be true,
as false is the default behavior.
Only include tasks which have no candidate group. Value may only be true,
as false is the default behavior.
A JSON array of nested historic task instance queries with OR semantics.
A task instance matches a nested query if it fulfills at least one of the query's predicates.
With multiple nested queries, a task instance must fulfill at least one predicate of each query (Conjunctive Normal Form).
All task instance query properties can be used except for: sorting, withCandidateGroups, withoutCandidateGroups.
See the User Guide for more information about OR queries.
An array of criteria to sort the result by. Each element of the array is
an object that specifies one ordering. The position in the array
identifies the rank of an ordering, i.e., whether it is primary, secondary,
etc. Sorting has no effect for count endpoints
Response
Request successful.
The number of matching instances.