Skip to main content
Module

x/wmill/deps.ts>FlowStatus

Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool.
Go to Latest
type alias FlowStatus
import { type FlowStatus } from "https://deno.land/x/wmill@v1.182.1/deps.ts";
definition: { step: number; modules: Array<FlowStatusModule>; failure_module: (FlowStatusModule & { parent_module?: string; }); retry?: { fail_count?: number; failed_jobs?: Array<string>; }; }