Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by the business key of the process instances the executions belong to.
Filter by the process definition the executions run on.
Filter by the key of the process definition the executions run on.
Filter by the id of the process instance the execution belongs to.
Filter by the id of the activity the execution currently executes.
Select only those executions that expect a signal of the given name.
Select only those executions that expect a message of the given name.
Only include active executions. Value may only be true, as false is the default
behavior.
Only include suspended executions. Value may only be true, as false is the default
behavior.
Filter by the incident id.
Filter by the incident type. See the User Guide for a list of incident types.
Filter by the incident message. Exact match.
Filter by the incident message that the parameter is a substring of.
Filter by a comma-separated list of tenant ids. An execution must have one of the given tenant ids.
Only include executions 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 executions that belong to a process instance with 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.
key and value may not contain underscore or comma characters.
Match all variable names provided in variables and processVariables case-
insensitively. If set to true variableName and variablename are
treated as equal.
Match all variable values provided in variables and processVariables case-
insensitively. If set to true variableValue and variablevalue are
treated as equal.
Response
Request successful.
The number of matching instances.