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

    Type Alias EvaluatedDecisionOutputItem

    The evaluated decision outputs.

    type EvaluatedDecisionOutputItem = {
        outputId?: string;
        outputName?: string;
        outputValue?: string;
        ruleId: string | null;
        ruleIndex: number | null;
    }
    Index

    Properties

    outputId?: string

    The ID of the evaluated decison output item.

    outputName?: string

    The name of the of the evaluated decison output item.

    outputValue?: string

    The value of the evaluated decison output item.

    ruleId: string | null

    The ID of the matched rule.

    ruleIndex: number | null

    The index of the matched rule.