Integration App SDK - v1.14.0
    Preparing search index...

    Interface RunFlowOptions

    interface RunFlowOptions {
        nodeKey?: string;
        input?: any;
        returnImmediately?: boolean;
        onUpdate?: (...args: any) => void;
    }
    Index

    Properties

    nodeKey?: string
    input?: any
    returnImmediately?: boolean
    onUpdate?: (...args: any) => void