Skip to main content
Module

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

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

Properties

workspace: string
path: string
requestBody: { [key: string]: any; }

script 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