Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecisionRecordValue

Represents a deployed decision. A decision belongs to a decision requirements graph (DRG/DRD) that represents the DMN resource. The DMN resource itself is stored as part of the DRG (see DecisionRequirementsRecordValue).

Hierarchy

  • DecisionRecordValue

Index

Properties

decisionId

decisionId: string

the ID of the decision in the DMN

decisionKey

decisionKey: number

the key of the deployed decision

decisionName

decisionName: string

the name of the decision in the DMN

decisionRequirementsId

decisionRequirementsId: string

the ID of the DRG in the DMN this decision belongs to

decisionRequirementsKey

decisionRequirementsKey: number

the key of the deployed DRG this decision belongs to

duplicate

duplicate: boolean

{@code true} if the decision is a duplicate (and has been deployed previously), otherwise {@code false}

version

version: number

the version of the deployed decision

Generated using TypeDoc