Membrane React - v0.2.1
    Preparing search index...

    Interface FlowNodeRunParameters

    interface FlowNodeRunParameters {
        id: string;
        upstreamRuns: UpstreamFlowNodeRun[];
        input: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    upstreamRuns: UpstreamFlowNodeRun[]
    input: any