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

    Type Alias DecisionInstanceResult

    Index

    Properties

    decisionDefinitionId?: DecisionDefinitionId

    The ID of the DMN decision.

    decisionDefinitionKey?: DecisionDefinitionKey

    The key of the decision.

    decisionDefinitionName?: string

    The name of the DMN decision.

    decisionDefinitionType?: DecisionDefinitionTypeEnum
    decisionDefinitionVersion?: number

    The version of the decision.

    decisionEvaluationInstanceKey?: DecisionEvaluationInstanceKey
    decisionEvaluationKey?: DecisionEvaluationKey

    The key of the decision evaluation where this instance was created.

    elementInstanceKey?: ElementInstanceKey

    The key of the element instance this decision instance is linked to.

    evaluationDate?: string

    The evaluation date of the decision instance.

    evaluationFailure?: string

    The evaluation failure of the decision instance.

    processDefinitionKey?: ProcessDefinitionKey

    The key of the process definition.

    processInstanceKey?: ProcessInstanceKey

    The key of the process instance.

    result?: string

    The result of the decision instance.

    tenantId?: TenantId

    The tenant ID of the decision instance.