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

    Interface WorkflowTemplateSummary

    Workflow and workflow run type definitions for the Contio Partner API

    Workflow templates are reusable DAGs that can be triggered against meetings, canvases, and other objects. Workflow runs track the execution of a template.

    interface WorkflowTemplateSummary {
        created_at: string;
        description?: string;
        id: string;
        is_active: boolean;
        name: string;
        updated_at: string;
        workspace_id: string;
    }
    Index
    created_at: string
    description?: string
    id: string
    is_active: boolean
    name: string
    updated_at: string
    workspace_id: string