Skip to main content
Version: 8.9 (unreleased)

Type Alias: DecisionEvaluationByKey

type DecisionEvaluationByKey = object;

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

Decision evaluation by key

Properties

decisionDefinitionKey

decisionDefinitionKey: DecisionDefinitionKey;

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


tenantId?

optional tenantId: TenantId;

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

The tenant ID of the decision.


variables?

optional variables: object;

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

The message variables as JSON document.

Index Signature

[key: string]: unknown