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

    Interface FlowNodeRunResult

    interface FlowNodeRunResult {
        status: FlowNodeRunStatus;
        logs: any[];
        outputs: FlowNodeRunOutput[];
        errors: ErrorData[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    logs: any[]
    errors: ErrorData[]