Type Alias: DeploymentDecisionResult
type DeploymentDecisionResult = object;
Defined in: gen/types.gen.ts:2047
A deployed decision.
Properties
decisionDefinitionId?
optional decisionDefinitionId: DecisionDefinitionId;
Defined in: gen/types.gen.ts:2053
The dmn decision ID, as parsed during deployment, together with the version forms a unique identifier for a specific decision.
decisionDefinitionKey?
optional decisionDefinitionKey: DecisionDefinitionKey;
Defined in: gen/types.gen.ts:2075
The assigned decision key, which acts as a unique identifier for this decision.
decisionRequirementsId?
optional decisionRequirementsId: string;
Defined in: gen/types.gen.ts:2070
The dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment.
decisionRequirementsKey?
optional decisionRequirementsKey: DecisionRequirementsKey;
Defined in: gen/types.gen.ts:2080
The assigned key of the decision requirements graph that this decision is part of.
name?
optional name: string;
Defined in: gen/types.gen.ts:2061
The DMN name of the decision, as parsed during deployment.
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:2065
The tenant ID of the deployed decision.
version?
optional version: number;
Defined in: gen/types.gen.ts:2057
The assigned decision version.