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

    Interface WorkflowStep

    interface WorkflowStep {
        id?: string;
        inputs?: Record<string, WorkflowValue>;
        app?: WorkflowStepAppCall;
        agent?: WorkflowStepAgentTurn;
        when?: WorkflowStepWhen;
        timeoutSeconds?: number;
        metadata?: object;
        action?: WorkflowStepActionKind;
    }
    Index

    Properties

    id?: string
    inputs?: Record<string, WorkflowValue>
    timeoutSeconds?: number
    metadata?: object