Skip to main content
Module

x/windmill/mod.ts>FlowService.listHubFlows

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
method FlowService.listHubFlows
import { FlowService } from "https://deno.land/x/windmill@v1.298.0/mod.ts";

list all hub flows

Returns

CancelablePromise<{ flows?: Array<{ id: number; flow_id: number; summary: string; apps: Array<string>; approved: boolean; votes: number; }>; }>

any hub flows list