@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface UpdateWorkflowRequest

    interface UpdateWorkflowRequest {
        dag?: { edges: unknown[]; nodes: unknown[] };
        description?: string;
        metadata?: Record<string, unknown>;
        name?: string;
        status?: "draft" | "active" | "archived";
    }
    Index

    Properties

    dag?: { edges: unknown[]; nodes: unknown[] }
    description?: string
    metadata?: Record<string, unknown>
    name?: string
    status?: "draft" | "active" | "archived"