Membrane SDK - v0.8.0
    Preparing search index...

    Interface FlowNodeRunParameters

    interface FlowNodeRunParameters {
        id: string;
        upstreamRuns: { nodeKey: string; runId: string; outputId: string }[];
        input: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string = ...
    upstreamRuns: { nodeKey: string; runId: string; outputId: string }[] = ...
    input: any = ...