@camunda8/sdk
    Preparing search index...

    Interface EvaluatedDecisionOutput

    interface EvaluatedDecisionOutput {
        outputId: string;
        outputName: string;
        outputValue: string;
    }
    Index

    Properties

    outputId: string

    the id of the evaluated decision output

    outputName: string

    the name of the evaluated decision output

    outputValue: string

    the value of the evaluated decision output