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

    Interface CreateFlowRequest

    interface CreateFlowRequest {
        key: string;
        name: string;
        integrationId?: string;
        nodes?: Record<string, CreateFlowNodeRequest>;
        parametersSchema?: DataSchema;
        autoCreateInstances?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key: string
    name: string
    integrationId?: string
    nodes?: Record<string, CreateFlowNodeRequest>
    parametersSchema?: DataSchema
    autoCreateInstances?: boolean