Type Alias: GetVariableResponses
type GetVariableResponses = object;
Defined in: gen/types.gen.ts:17714
Properties
200
200: object & object;
Defined in: gen/types.gen.ts:17718
Variable search response item.
Type Declaration
name?
optional name: string;
Name of this variable.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
The key of the process instance of this variable.
rootProcessInstanceKey?
optional rootProcessInstanceKey: ProcessInstanceKey;
scopeKey?
optional scopeKey: ScopeKey;
The key of the scope of this variable.
tenantId?
optional tenantId: TenantId;
Tenant ID of this variable.
variableKey?
optional variableKey: VariableKey;
The key for this variable.
Type Declaration
value?
optional value: string;
Full value of this variable.