Skip to main content
Module

x/wmill/bootstrap/script_bootstrap.ts>ScriptMetadata

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.
Go to Latest
interface ScriptMetadata
import { type ScriptMetadata } from "https://deno.land/x/wmill@v1.395.0/bootstrap/script_bootstrap.ts";

Properties

summary: string
description: string
lock: string | string[]
optional
is_template: boolean
kind: string
schema: { $schema: string; type: string; properties: { [name: string]: SchemaProperty; }; required: string[]; }