Skip to main content
Module

x/wmill/deps.ts>FlowStatusModule

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
namespace FlowStatusModule
import { FlowStatusModule } from "https://deno.land/x/wmill@v1.291.3/deps.ts";
type alias FlowStatusModule
import { type FlowStatusModule } from "https://deno.land/x/wmill@v1.291.3/deps.ts";
definition: { type: FlowStatusModule.type; id?: string; job?: string; count?: number; iterator?: { index?: number; itered?: Array<any>; args?: any; }; flow_jobs?: Array<string>; branch_chosen?: { type: FlowStatusModule.type; branch?: number; }; branchall?: { branch: number; len: number; }; approvers?: Array<{ resume_id: number; approver: string; }>; }