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

    Interface WorkflowRun

    interface WorkflowRun {
        completed_at?: string;
        context_json?: Record<string, unknown>;
        created_at: string;
        current_step_ids?: string[];
        id: string;
        name?: string;
        originating_id: string;
        originating_type: WorkflowRunOriginatingType;
        owner_user_id?: string;
        started_at?: string;
        status: WorkflowRunStatus;
        trigger_type?: WorkflowRunTriggerType;
        triggered_by?: string;
        updated_at: string;
        workflow_template_id: string;
        workspace_id: string;
    }
    Index
    completed_at?: string
    context_json?: Record<string, unknown>
    created_at: string
    current_step_ids?: string[]
    id: string
    name?: string
    originating_id: string
    originating_type: WorkflowRunOriginatingType
    owner_user_id?: string
    started_at?: string
    trigger_type?: WorkflowRunTriggerType
    triggered_by?: string
    updated_at: string
    workflow_template_id: string
    workspace_id: string