Skip to main content
Module

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

Constructors

new
CompletedJob()

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: CompletedJobLanguageEnum
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
optional
schedulePath: string
optional
scriptHash: string
optional
scriptPath: string
startedAt: Date
success: boolean
optional
workspaceId: string

Static Properties

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