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

x/windmill/windmill-api/types/ObjectParamAPI.ts>ObjectFlowApi

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

Constructors

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

Methods

archive flow by path

createFlow(param: FlowApiCreateFlowRequest, options?: Configuration): Promise<string>

create flow

exists flow by path

get flow by path

get hub flow by id

listFlows(param: FlowApiListFlowsRequest, options?: Configuration): Promise<Array<Flow>>

list all available flows

list all available hub flows

updateFlow(param: FlowApiUpdateFlowRequest, options?: Configuration): Promise<string>

update flow