Skip to main content
Module

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

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 QueuedJob
import { QueuedJob } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
type alias QueuedJob
import { type QueuedJob } 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; scheduled_for?: string; running: boolean; script_path?: string; script_hash?: string; args?: ScriptArgs; logs?: string; raw_code?: string; canceled: boolean; canceled_by?: string; canceled_reason?: string; last_ping?: string; job_kind: QueuedJob.job_kind; schedule_path?: string; permissioned_as: string; flow_status?: FlowStatus; raw_flow?: FlowValue; is_flow_step: boolean; language?: QueuedJob.language; email: string; visible_to_owner: boolean; mem_peak?: number; tag: string; priority?: number; }