@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DecisionDefinitionResult

    type DecisionDefinitionResult = {
        decisionDefinitionId: DecisionDefinitionId;
        decisionDefinitionKey: DecisionDefinitionKey;
        decisionRequirementsId: string;
        decisionRequirementsKey: DecisionRequirementsKey;
        decisionRequirementsName: string;
        decisionRequirementsVersion: number;
        name: string;
        tenantId: TenantId;
        version: number;
    }
    Index

    Properties

    decisionDefinitionId: DecisionDefinitionId

    The DMN ID of the decision definition.

    decisionDefinitionKey: DecisionDefinitionKey

    The assigned key, which acts as a unique identifier for this decision definition.

    decisionRequirementsId: string

    the DMN ID of the decision requirements graph that the decision definition is part of.

    decisionRequirementsKey: DecisionRequirementsKey

    The assigned key of the decision requirements graph that the decision definition is part of.

    decisionRequirementsName: string

    The DMN name of the decision requirements that the decision definition is part of.

    decisionRequirementsVersion: number

    The assigned version of the decision requirements that the decision definition is part of.

    name: string

    The DMN name of the decision definition.

    tenantId: TenantId

    The tenant ID of the decision definition.

    version: number

    The assigned version of the decision definition.