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

    Type Alias DecisionInstanceResult

    Index
    businessId: BusinessId | null

    The business ID of the owning process instance, inherited when the decision instance was evaluated. This is null for decision instances created before version 8.10, for standalone decision evaluations, and for decision instances whose owning process instance has no business ID.

    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 | null

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

    evaluationDate: string

    The evaluation date of the decision instance.

    evaluationFailure: string | null

    The evaluation failure of the decision instance.

    processDefinitionKey: ProcessDefinitionKey | null

    The key of the process definition.

    processInstanceKey: ProcessInstanceKey | null

    The key of the process instance.

    result: string

    The result of the decision instance.

    rootDecisionDefinitionKey: DecisionDefinitionKey

    The key of the root decision definition.

    rootProcessInstanceKey: ProcessInstanceKey | null

    The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.

    tenantId: TenantId

    The tenant ID of the decision instance.