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

x/windmill/windmill-api/apis/JobApi.ts>JobApiResponseProcessor

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 JobApiResponseProcessor
import { JobApiResponseProcessor } from "https://deno.land/x/windmill@v1.29.0/windmill-api/apis/JobApi.ts";

Methods

cancelQueuedJob(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

getJob(response: ResponseContext): Promise<Job>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

listCompletedJobs(response: ResponseContext): Promise<Array<CompletedJob>>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

listJobs(response: ResponseContext): Promise<Array<Job>>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

listQueue(response: ResponseContext): Promise<Array<QueuedJob>>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

runFlowByPath(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

runFlowPreview(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

runScriptByHash(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

runScriptByPath(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

runScriptPreview(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects