Type Alias: DecisionEvaluationById
type DecisionEvaluationById = object;
Decision evaluation by ID
Properties
decisionDefinitionId
decisionDefinitionId: DecisionDefinitionId;
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;
The tenant ID of the decision.
variables?
optional variables?: object;
The decision evaluation variables as JSON document.
Index Signature
[key: string]: unknown