@camunda8/sdk
    Preparing search index...

    Interface EvaluatedDecisionInput

    interface EvaluatedDecisionInput {
        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