Type Alias: VariableFilter
type VariableFilter = object;
Defined in: gen/types.gen.ts:7269
Variable filter request.
Properties
isTruncated?
optional isTruncated: boolean;
Defined in: gen/types.gen.ts:7285
Whether the value is truncated or not.
name?
optional name: StringFilterProperty;
Defined in: gen/types.gen.ts:7273
Name of the variable.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:7297
The key of the process instance of this variable.
scopeKey?
optional scopeKey: ScopeKeyFilterProperty;
Defined in: gen/types.gen.ts:7293
The key of the scope of this variable.
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:7281
Tenant ID of this variable.
value?
optional value: StringFilterProperty;
Defined in: gen/types.gen.ts:7277
The value of the variable.
variableKey?
optional variableKey: VariableKeyFilterProperty;
Defined in: gen/types.gen.ts:7289
The key for this variable.