@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface WorkflowTemplate

    interface WorkflowTemplate {
        created_at: string;
        description?: string;
        id: string;
        is_active: boolean;
        name: string;
        spec: Record<string, unknown>;
        updated_at: string;
        workspace_id: string;
    }
    Index
    created_at: string
    description?: string
    id: string
    is_active: boolean
    name: string
    spec: Record<string, unknown>

    Raw JSON workflow spec conforming to the workflow DAG schema.

    updated_at: string
    workspace_id: string