Skip to main content
Module

x/windmill/windmill-api/index.ts>CompletedJob.job_kind

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
enum CompletedJob.job_kind
import { CompletedJob } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
const { job_kind } = CompletedJob;

Members

APPDEPENDENCIES = "appdependencies"
DEPENDENCIES = "dependencies"
DEPLOYMENTCALLBACK = "deploymentcallback"
FLOW = "flow"
FLOWDEPENDENCIES = "flowdependencies"
FLOWPREVIEW = "flowpreview"
IDENTITY = "identity"
PREVIEW = "preview"
SCRIPT = "script"
SCRIPT_HUB = "script_hub"
SINGLESCRIPTFLOW = "singlescriptflow"