Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/windmill-api/types/ObjectParamAPI.ts>JobApiRunScriptByHashRequest

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
interface JobApiRunScriptByHashRequest
import { type JobApiRunScriptByHashRequest } from "https://deno.land/x/windmill@v1.32.0/windmill-api/types/ObjectParamAPI.ts";

Properties

workspace: string
hash: string
body: any

Partially filled args

optional
scheduledFor: Date

when to schedule this job (leave empty for immediate run)

optional
scheduledInSecs: number

schedule the script to execute in the number of seconds starting now

optional
parentJob: string

The parent job that is at the origin and responsible for the execution of this script if any