Skip to main content
Module

x/wmill/script.ts>ScriptFile

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
interface ScriptFile
import { type ScriptFile } from "https://deno.land/x/wmill@v1.323.1/script.ts";

Properties

optional
parent_hash: string
summary: string
description: string
optional
schema: any
optional
is_template: boolean
optional
lock: Array<string>
optional
kind:
| "script"
| "failure"
| "trigger"
| "command"
| "approval"