Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wmill/gen/index.ts>NewScript

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
Latest
type alias NewScript
import { type NewScript } from "https://deno.land/x/wmill@v1.402.0/gen/index.ts";
definition: { path: string; parent_hash?: string; summary: string; description: string; content: string; schema?: { [key: string]: unknown; }; is_template?: boolean; lock?: string; language:
| "python3"
| "deno"
| "go"
| "bash"
| "powershell"
| "postgresql"
| "mysql"
| "bigquery"
| "snowflake"
| "mssql"
| "graphql"
| "nativets"
| "bun"
| "php"
| "rust"
| "ansible"
; kind?:
| "script"
| "failure"
| "trigger"
| "command"
| "approval"
; 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; concurrency_key?: string; visible_to_runner_only?: boolean; no_main_func?: boolean; codebase?: string; has_preprocessor?: boolean; }