Type Alias: AdvancedProcessDefinitionKeyFilter
type AdvancedProcessDefinitionKeyFilter = object;
Advanced filter
Advanced ProcessDefinitionKey filter.
Properties
$eq?
optional $eq?: ProcessDefinitionKey;
Checks for equality with the provided value.
$exists?
optional $exists?: boolean;
Checks if the current property exists.
$in?
optional $in?: ProcessDefinitionKey[];
Checks if the property matches any of the provided values.
$neq?
optional $neq?: ProcessDefinitionKey;
Checks for inequality with the provided value.
$notIn?
optional $notIn?: ProcessDefinitionKey[];
Checks if the property matches none of the provided values.