Skip to main content
Module

x/windmill/mod.ts>JobApi#runWaitResultScriptByPath

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
method JobApi.prototype.runWaitResultScriptByPath
import { JobApi } from "https://deno.land/x/windmill@v1.28.1/mod.ts";

run script by path

Parameters

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

optional
_options: Configuration

Returns

Promise<any>