@camunda8/sdk
    Preparing search index...

    Interface MatchedDecisionRule

    interface MatchedDecisionRule {
        evaluatedOutputs: EvaluatedDecisionOutput[];
        ruleId: string;
        ruleIndex: number;
    }
    Index

    Properties

    evaluatedOutputs: EvaluatedDecisionOutput[]

    the evaluated decision outputs

    ruleId: string

    the id of the matched rule

    ruleIndex: number

    the index of the matched rule