Skip to main content
Module

x/windmill/windmill-api/index.ts>FlowModule

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
type alias FlowModule
import { type FlowModule } from "https://deno.land/x/windmill@v1.92.0/windmill-api/index.ts";
definition: { id: string; value: FlowModuleValue; stop_after_if?: { skip_if_stopped?: boolean; expr: string; }; sleep?: InputTransform; summary?: string; suspend?: { required_events?: number; timeout?: number; }; retry?: Retry; }