Skip to main content
Module

x/wmill/deps.ts>FlowModule

Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool.
Go to Latest
type alias FlowModule
import { type FlowModule } from "https://deno.land/x/wmill@v1.191.0/deps.ts";
definition: { id: string; value: FlowModuleValue; stop_after_if?: { skip_if_stopped?: boolean; expr: string; }; sleep?: InputTransform; cache_ttl?: number; timeout?: number; summary?: string; mock?: { enabled?: boolean; return_value?: any; }; suspend?: { required_events?: number; timeout?: number; resume_form?: { schema?: any; }; user_auth_required?: boolean; user_groups_required?: InputTransform; }; retry?: Retry; }