Type Alias: DecisionEvaluationById
type DecisionEvaluationById = object;
Defined in: gen/types.gen.ts:1519
Decision evaluation by ID
Properties
decisionDefinitionId
decisionDefinitionId: DecisionDefinitionId;
Defined in: gen/types.gen.ts:1526
The ID of the decision to be evaluated. When using the decision ID, the latest deployed version of the decision is used.
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:1536
The tenant ID of the decision.
variables?
optional variables: object;
Defined in: gen/types.gen.ts:1530
The message variables as JSON document.
Index Signature
[key: string]: unknown