Type Alias: DeploymentDecisionResult
type DeploymentDecisionResult = object;
A deployed decision.
Properties
decisionDefinitionId
decisionDefinitionId: DecisionDefinitionId;
The dmn decision ID, as parsed during deployment, together with the version forms a unique identifier for a specific decision.
decisionDefinitionKey
decisionDefinitionKey: DecisionDefinitionKey;
The assigned decision key, which acts as a unique identifier for this decision.
decisionRequirementsId
decisionRequirementsId: string;
The dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment.
decisionRequirementsKey
decisionRequirementsKey: DecisionRequirementsKey;
The assigned key of the decision requirements graph that this decision is part of.
name
name: string;
The DMN name of the decision, as parsed during deployment.
tenantId
tenantId: TenantId;
The tenant ID of the deployed decision.
version
version: number;
The assigned decision version.