Skip to main content
Module

x/wmill/deps.ts>FlowModule

Open-source web IDE, scalable runtime and platform for serverless, workflows and UIs
Go to Latest
type alias FlowModule
import { type FlowModule } from "https://deno.land/x/wmill@v1.63.2/deps.ts";
definition: { id: string; input_transforms?: Record<string, InputTransform>; value: FlowModuleValue; stop_after_if?: { skip_if_stopped?: boolean; expr: string; }; sleep?: InputTransform; summary?: string; suspend?: { required_events?: number; timeout?: number; }; retry?: Retry; }