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

x/wmill/gen/types.gen.ts>FlowModule

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 FlowModule
import { type FlowModule } from "https://deno.land/x/wmill@v1.402.0/gen/types.gen.ts";
definition: { id: string; value: FlowModuleValue; stop_after_if?: { skip_if_stopped?: boolean; expr: string; }; stop_after_all_iters_if?: { skip_if_stopped?: boolean; expr: string; }; sleep?: InputTransform; cache_ttl?: number; timeout?: number; delete_after_use?: boolean; summary?: string; mock?: { enabled?: boolean; return_value?: unknown; }; suspend?: { required_events?: number; timeout?: number; resume_form?: { schema?: { [key: string]: unknown; }; }; user_auth_required?: boolean; user_groups_required?: InputTransform; self_approval_disabled?: boolean; hide_cancel?: boolean; continue_on_disapprove_timeout?: boolean; }; priority?: number; continue_on_error?: boolean; retry?: Retry; }