Skip to main content
Module

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

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
class Job
import { Job } from "https://deno.land/x/windmill@v1.38.2/windmill-api/index.ts";

Constructors

new
Job()

Properties

optional
args: { [key: string]: any; }
canceled: boolean
optional
canceledBy: string
optional
canceledReason: string
createdAt: Date
createdBy: string
optional
deleted: boolean
durationMs: number
optional
flowStatus: FlowStatus
id: string
isFlowStep: boolean
isSkipped: boolean
optional
language: JobLanguageEnum
optional
lastPing: Date
optional
logs: string
optional
parentJob: string
permissionedAs: string

The user (u/userfoo) or group (g/groupfoo) whom the execution of this script will be permissioned_as and by extension its DT_TOKEN.

optional
rawCode: string
optional
rawFlow: FlowValue
optional
result: any
running: boolean
optional
scheduledFor: Date
optional
schedulePath: string
optional
scriptHash: string
optional
scriptPath: string
startedAt: Date
success: boolean
optional
type: JobTypeEnum
optional
workspaceId: string

Static Properties

readonly
attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>
readonly
discriminator: string | undefined