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

    Interface UpdateFlowRequest

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

    Hierarchy (View Summary)

    Index

    Properties

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