Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wmill/gen/index.ts>QueuedJob

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
Latest
type alias QueuedJob
import { type QueuedJob } from "https://deno.land/x/wmill@v1.402.0/gen/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:
| "script"
| "preview"
| "dependencies"
| "flowdependencies"
| "appdependencies"
| "flow"
| "flowpreview"
| "script_hub"
| "identity"
| "deploymentcallback"
| "singlescriptflow"
; schedule_path?: string; permissioned_as: string; flow_status?: FlowStatus; raw_flow?: FlowValue; is_flow_step: boolean; language?:
| "python3"
| "deno"
| "go"
| "bash"
| "powershell"
| "postgresql"
| "mysql"
| "bigquery"
| "snowflake"
| "mssql"
| "graphql"
| "nativets"
| "bun"
| "php"
| "rust"
| "ansible"
; email: string; visible_to_owner: boolean; mem_peak?: number; tag: string; priority?: number; self_wait_time_ms?: number; aggregate_wait_time_ms?: number; suspend?: number; }