Skip to main content
Module

x/windmill/windmill-api/index.ts>FlowStatusModule

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
namespace FlowStatusModule
import { FlowStatusModule } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
type alias FlowStatusModule
import { type FlowStatusModule } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.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; }>; }