Type Alias: DecisionDefinitionResult
type DecisionDefinitionResult = object;
Properties
decisionDefinitionId
decisionDefinitionId: DecisionDefinitionId;
The DMN ID of the decision definition.
decisionDefinitionKey
decisionDefinitionKey: DecisionDefinitionKey;
The assigned key, which acts as a unique identifier for this decision definition.
decisionRequirementsId
decisionRequirementsId: string;
the DMN ID of the decision requirements graph that the decision definition is part of.
decisionRequirementsKey
decisionRequirementsKey: DecisionRequirementsKey;
The assigned key of the decision requirements graph that the decision definition is part of.
decisionRequirementsName
decisionRequirementsName: string;
The DMN name of the decision requirements that the decision definition is part of.
decisionRequirementsVersion
decisionRequirementsVersion: number;
The assigned version of the decision requirements that the decision definition is part of.
name
name: string;
The DMN name of the decision definition.
tenantId
tenantId: TenantId;
The tenant ID of the decision definition.
version
version: number;
The assigned version of the decision definition.