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

    Type Alias MatchedDecisionRuleItem

    A decision rule that matched within this decision evaluation.

    type MatchedDecisionRuleItem = {
        evaluatedOutputs?: EvaluatedDecisionOutputItem[];
        ruleId?: string;
        ruleIndex?: number;
    }
    Index

    Properties

    evaluatedOutputs?: EvaluatedDecisionOutputItem[]

    The evaluated decision outputs.

    ruleId?: string

    The ID of the matched rule.

    ruleIndex?: number

    The index of the matched rule.