Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/windmill-api/types/ObservableAPI.ts>ObservableFlowApi

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 ObservableFlowApi
import { ObservableFlowApi } from "https://deno.land/x/windmill@v1.33.0/windmill-api/types/ObservableAPI.ts";

Constructors

new
ObservableFlowApi(
configuration: Configuration,
requestFactory?: FlowApiRequestFactory,
responseProcessor?: FlowApiResponseProcessor,
)

Properties

private
configuration: Configuration
private
requestFactory: FlowApiRequestFactory
private
responseProcessor: FlowApiResponseProcessor

Methods

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

archive flow by path

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

create flow

existsFlowByPath(
workspace: string,
path: string,
_options?: Configuration,
): Observable<boolean>

exists flow by path

getFlowByPath(
workspace: string,
path: string,
_options?: Configuration,
): Observable<Flow>

get flow by path

get hub flow by id

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

list all available flows

list all available hub flows

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

update flow