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.92.1/windmill-api/index.ts";
const { job_kind } = CompletedJob;

Members

DEPENDENCIES = "dependencies"
FLOW = "flow"
FLOWPREVIEW = "flowpreview"
IDENTITY = "identity"
PREVIEW = "preview"
SCRIPT = "script"
SCRIPT_HUB = "script_hub"