Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedProcessInstanceKeyFilter

type AdvancedProcessInstanceKeyFilter = object;

Defined in: gen/types.gen.ts:4146

Advanced filter

Advanced ProcessInstanceKey filter.

Properties

$eq?

optional $eq: ProcessInstanceKey;

Defined in: gen/types.gen.ts:4150

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

Defined in: gen/types.gen.ts:4158

Checks if the current property exists.


$in?

optional $in: ProcessInstanceKey[];

Defined in: gen/types.gen.ts:4162

Checks if the property matches any of the provided values.


$neq?

optional $neq: ProcessInstanceKey;

Defined in: gen/types.gen.ts:4154

Checks for inequality with the provided value.


$notIn?

optional $notIn: ProcessInstanceKey[];

Defined in: gen/types.gen.ts:4166

Checks if the property matches none of the provided values.