import { FlowApiRequestFactory } from "https://deno.land/x/windmill@v1.38.0/windmill-api/apis/FlowApi.ts";
no description
Methods
archiveFlowByPath(): Promise<RequestContext>
workspace: string,
path: string,
_options?: Configuration,
archive flow by path
createFlow(): Promise<RequestContext>
workspace: string,
openFlowWPath: OpenFlowWPath,
_options?: Configuration,
create flow
existsFlowByPath(): Promise<RequestContext>
workspace: string,
path: string,
_options?: Configuration,
exists flow by path
getFlowByPath(): Promise<RequestContext>
workspace: string,
path: string,
_options?: Configuration,
get flow by path
getHubFlowById(id: number, _options?: Configuration): Promise<RequestContext>
get hub flow by id
listFlows(): Promise<RequestContext>
workspace: string,
page?: number,
perPage?: number,
orderDesc?: boolean,
createdBy?: string,
pathStart?: string,
pathExact?: string,
showArchived?: boolean,
_options?: Configuration,
list all available flows
listHubFlows(_options?: Configuration): Promise<RequestContext>
list all available hub flows
updateFlow(): Promise<RequestContext>
workspace: string,
path: string,
openFlowWPath: OpenFlowWPath,
_options?: Configuration,
update flow