Type Alias: VariableResultBase
type VariableResultBase = object;
Defined in: gen/types.gen.ts:7337
Variable response item.
Properties
name?
optional name: string;
Defined in: gen/types.gen.ts:7341
Name of this variable.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:7357
The key of the process instance of this variable.
rootProcessInstanceKey?
optional rootProcessInstanceKey: RootProcessInstanceKey;
Defined in: gen/types.gen.ts:7358
scopeKey?
optional scopeKey: ScopeKey;
Defined in: gen/types.gen.ts:7353
The key of the scope of this variable.
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:7345
Tenant ID of this variable.
variableKey?
optional variableKey: VariableKey;
Defined in: gen/types.gen.ts:7349
The key for this variable.