Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedProcessDefinitionKeyFilter

type AdvancedProcessDefinitionKeyFilter = object;

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

Advanced filter

Advanced ProcessDefinitionKey filter.

Properties

$eq?

optional $eq: ProcessDefinitionKey;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: ProcessDefinitionKey[];

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

Checks if the property matches any of the provided values.


$neq?

optional $neq: ProcessDefinitionKey;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: ProcessDefinitionKey[];

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

Checks if the property matches none of the provided values.