Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wmill/gen/index.ts>FlowValue

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