Type Alias: AdvancedProcessInstanceStateFilter
type AdvancedProcessInstanceStateFilter = object;
Defined in: gen/types.gen.ts:6165
Advanced filter
Advanced ProcessInstanceStateEnum filter.
Properties
$eq?
optional $eq: ProcessInstanceStateEnum;
Defined in: gen/types.gen.ts:6169
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:6177
Checks if the current property exists.
$in?
optional $in: ProcessInstanceStateEnum[];
Defined in: gen/types.gen.ts:6181
Checks if the property matches any of the provided values.
$like?
optional $like: LikeFilter;
Defined in: gen/types.gen.ts:6182
$neq?
optional $neq: ProcessInstanceStateEnum;
Defined in: gen/types.gen.ts:6173
Checks for inequality with the provided value.