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

    Variable DecisionDefinitionTypeEnumConst

    DecisionDefinitionTypeEnum: {
        DECISION_TABLE: "DECISION_TABLE";
        LITERAL_EXPRESSION: "LITERAL_EXPRESSION";
        UNKNOWN: "UNKNOWN";
        UNSPECIFIED: "UNSPECIFIED";
    } = ...

    The type of the decision. UNSPECIFIED is deprecated and should not be used anymore, for removal in 8.10

    Type Declaration

    • ReadonlyDECISION_TABLE: "DECISION_TABLE"
    • ReadonlyLITERAL_EXPRESSION: "LITERAL_EXPRESSION"
    • ReadonlyUNKNOWN: "UNKNOWN"
    • ReadonlyUNSPECIFIED: "UNSPECIFIED"

      since 8.9.0