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

Constructors

new
QueuedJob()

Properties

optional
args: { [key: string]: any; }
canceled: boolean
optional
canceledBy: string
optional
canceledReason: string
optional
createdAt: Date
optional
createdBy: string
optional
flowStatus: FlowStatus
id: string
isFlowStep: boolean
optional
language: QueuedJobLanguageEnum
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
running: boolean
optional
scheduledFor: Date
optional
schedulePath: string
optional
scriptHash: string
optional
scriptPath: string
optional
startedAt: Date
optional
workspaceId: string

Static Properties

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