Skip to main content
Module

x/wmill/deps.ts>FlowValue

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
type alias FlowValue
import { type FlowValue } from "https://deno.land/x/wmill@v1.303.0/deps.ts";
definition: { modules: Array<FlowModule>; failure_module?: FlowModule; same_worker?: boolean; concurrent_limit?: number; concurrency_time_window_s?: number; skip_expr?: string; cache_ttl?: number; priority?: number; early_return?: string; }