Skip to main content
Module

x/windmill/windmill-api/index.ts>CompletedJob

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
namespace CompletedJob
import { CompletedJob } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
type alias CompletedJob
import { type CompletedJob } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
definition: { workspace_id?: string; id: string; parent_job?: string; created_by: string; created_at: string; started_at: string; duration_ms: number; success: boolean; script_path?: string; script_hash?: string; args?: ScriptArgs; result?: any; logs?: string; deleted?: boolean; raw_code?: string; canceled: boolean; canceled_by?: string; canceled_reason?: string; job_kind: CompletedJob.job_kind; schedule_path?: string; permissioned_as: string; flow_status?: FlowStatus; raw_flow?: FlowValue; is_flow_step: boolean; language?: CompletedJob.language; is_skipped: boolean; email: string; visible_to_owner: boolean; mem_peak?: number; tag: string; priority?: number; }