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

    Type Alias EvaluatedDecisionInputItem

    A decision input that was evaluated within this decision evaluation.

    type EvaluatedDecisionInputItem = {
        inputId: string;
        inputName: string;
        inputValue: string;
    }
    Index

    Properties

    inputId: string

    The identifier of the decision input.

    inputName: string

    The name of the decision input.

    inputValue: string

    The value of the decision input.