Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/wmill/deps.ts>CompletedJob.job_kind

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
enum CompletedJob.job_kind
import { CompletedJob } from "https://deno.land/x/wmill@v1.253.0/deps.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"