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