Skip to main content
Module

x/wmill/bootstrap/flow_bootstrap.ts>FlowDefinition

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 FlowDefinition
import { type FlowDefinition } from "https://deno.land/x/wmill@v1.395.0/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