Skip to main content
Module

x/wmill/deps.ts>NewScript

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
namespace NewScript
import { NewScript } from "https://deno.land/x/wmill@v1.228.0/deps.ts";
type alias NewScript
import { type NewScript } from "https://deno.land/x/wmill@v1.228.0/deps.ts";
definition: { path: string; parent_hash?: string; summary: string; description: string; content: string; schema?: any; is_template?: boolean; lock?: Array<string>; language: NewScript.language; kind?: NewScript.kind; tag?: string; draft_only?: boolean; envs?: Array<string>; concurrent_limit?: number; concurrency_time_window_s?: number; cache_ttl?: number; dedicated_worker?: boolean; ws_error_handler_muted?: boolean; priority?: number; restart_unless_cancelled?: boolean; timeout?: number; delete_after_use?: boolean; deployment_message?: string; }