interface DecisionMetadata {
    decisionKey: string;
    decisionRequirementsKey: string;
    dmnDecisionId: string;
    dmnDecisionName: string;
    dmnDecisionRequirementsId: string;
    tenantId: string;
    version: number;
}

Properties

decisionKey: string

the assigned decision key, which acts as a unique identifier for this decision

decisionRequirementsKey: string

the assigned key of the decision requirements graph that this decision is part of

dmnDecisionId: string

the dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision

dmnDecisionName: string

the dmn name of the decision, as parsed during deployment

dmnDecisionRequirementsId: string

the dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment

tenantId: string

the tenant id of the deployed decision

version: number

the assigned decision version

Generated using TypeDoc