@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 ID of the evaluated decision input.

    inputName?: string

    The name of the evaluated decision input.

    inputValue?: string

    The value of the evaluated decision input.