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

    Interface CreateFlowRunRequest

    interface CreateFlowRunRequest {
        flowInstanceId: string;
        nodeKey?: string;
        input?: any;
    }
    Index

    Properties

    flowInstanceId: string
    nodeKey?: string
    input?: any