Module

x/wmill/bootstrap/flow_bootstrap.ts>FlowDefinition

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 FlowDefinition
import { type FlowDefinition } from "https://dotland.deno.dev/x/wmill@v1.323.6/bootstrap/flow_bootstrap.ts";

Properties

summary: string
description: string
value: { modules: any[]; }
schema: { $schema: string; type: string; order: string[]; properties: { [name: string]: SchemaProperty; }; required: string[]; }
ws_error_handler_muted: false