@valon-technologies/gestalt
    Preparing search index...

    Interface WorkflowValue

    interface WorkflowValue {
        literal?: JsonInput;
        object?: Record<string, WorkflowValue>;
        array?: readonly WorkflowValue[];
        template?: string | WorkflowText;
        input?: string;
        signal?: string;
        stepOutput?: WorkflowStepOutputSource;
        stepInput?: WorkflowStepInputSource;
        kind?: WorkflowValueKind;
    }
    Index

    Properties

    literal?: JsonInput
    object?: Record<string, WorkflowValue>
    array?: readonly WorkflowValue[]
    template?: string | WorkflowText
    input?: string
    signal?: string