Skip to main content
Module

x/windmill/windmill-api/apis/FlowApi.ts>FlowApiRequestFactory

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
class FlowApiRequestFactory
import { FlowApiRequestFactory } from "https://deno.land/x/windmill@v1.28.1/windmill-api/apis/FlowApi.ts";

no description

Methods

archiveFlowByPath(
workspace: string,
path: string,
_options?: Configuration,
): Promise<RequestContext>

archive flow by path

createFlow(
workspace: string,
openFlowWPath: OpenFlowWPath,
_options?: Configuration,
): Promise<RequestContext>

create flow

existsFlowByPath(
workspace: string,
path: string,
_options?: Configuration,
): Promise<RequestContext>

exists flow by path

getFlowByPath(
workspace: string,
path: string,
_options?: Configuration,
): Promise<RequestContext>

get flow by path

getHubFlowById(id: number, _options?: Configuration): Promise<RequestContext>

get hub flow by id

listFlows(
workspace: string,
page?: number,
perPage?: number,
orderDesc?: boolean,
createdBy?: string,
pathStart?: string,
pathExact?: string,
showArchived?: boolean,
_options?: Configuration,
): Promise<RequestContext>

list all available flows

list all available hub flows

updateFlow(
workspace: string,
path: string,
openFlowWPath: OpenFlowWPath,
_options?: Configuration,
): Promise<RequestContext>

update flow