Skip to main content
Module

x/wmill/deps.ts>FlowStatus

Open-source web IDE, scalable runtime and platform for serverless, workflows and UIs
Go to Latest
type alias FlowStatus
import { type FlowStatus } from "https://deno.land/x/wmill@v1.63.2/deps.ts";
definition: { step: number; modules: Array<FlowStatusModule>; failure_module: (FlowStatusModule & { parent_module?: string; }); retry?: { fail_count?: number; failed_jobs?: Array<string>; }; }