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

    Type Alias EvaluatedDecisionOutputItem

    The evaluated decision outputs.

    type EvaluatedDecisionOutputItem = {
        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.